User: kz Date: 2008-05-05 15:54:47+0000 Modified: dba/dbaccess/source/ui/control/RelationControl.cxx
Log: INTEGRATION: CWS dba30b (1.23.4); FILE MERGED 2008/04/15 22:13:00 fs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/16 14:09:44 fs 1.23.4.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: RelationControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/RelationControl.cxx?r1=1.24&r2=1.25 Delta lines: +7 -4 ------------------- --- RelationControl.cxx 2008-04-10 14:15:13+0000 1.24 +++ RelationControl.cxx 2008-05-05 15:54:44+0000 1.25 @@ -46,6 +46,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif #ifndef DBAUI_TABLECONNECTIONDATA_HXX #include "TableConnectionData.hxx" #endif @@ -425,9 +428,9 @@ m_pListCell->InsertEntry(String(), 0); } } - catch(SQLException&) + catch( const Exception& ) { - OSL_ENSURE(0,"Exception caught while compose tablename!"); + DBG_UNHANDLED_EXCEPTION(); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
