User: kz Date: 2008-05-05 15:57:51+0000 Modified: dba/dbaccess/source/ui/dlg/directsql.cxx
Log: INTEGRATION: CWS dba30b (1.10.144); FILE MERGED 2008/04/15 22:13:29 fs 1.10.144.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/16 14:09:03 fs 1.10.144.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: directsql.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/directsql.cxx?r1=1.11&r2=1.12 Delta lines: +7 -4 ------------------- --- directsql.cxx 2008-04-10 14:49:19+0000 1.11 +++ directsql.cxx 2008-05-05 15:57:49+0000 1.12 @@ -55,6 +55,9 @@ #ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif //........................................................................ namespace dbaui @@ -267,9 +270,9 @@ { sStatus = e.Message; } - catch(const Exception&) + catch( const Exception& ) { - OSL_ENSURE(sal_False, "DirectSQLDialog::implExecuteStatement: caught an (unknown) exception!"); + DBG_UNHANDLED_EXCEPTION(); } // add the status text --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
