User: kz Date: 2008-05-05 15:53:08+0000 Modified: dba/dbaccess/source/ui/browser/exsrcbrw.cxx
Log: INTEGRATION: CWS dba30b (1.32.4); FILE MERGED 2008/04/15 22:12:48 fs 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2008/03/16 14:05:17 fs 1.32.4.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: exsrcbrw.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/exsrcbrw.cxx?r1=1.33&r2=1.34 Delta lines: +7 -4 ------------------- --- exsrcbrw.cxx 2008-04-10 14:07:24+0000 1.33 +++ exsrcbrw.cxx 2008-05-05 15:53:05+0000 1.34 @@ -64,6 +64,9 @@ #ifndef _DBU_REGHELPER_HXX_ #include "dbu_reghelper.hxx" #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdb; @@ -412,9 +415,9 @@ if (xMasterProps.is()) xMasterProps->getPropertyValue(PROPERTY_ISNEW) >>= bWasInsertRow; } - catch(Exception&) + catch( const Exception& ) { - OSL_ENSURE(sal_False, "SbaExternalSourceBrowser::Attach: caught an exception in part 1 (analyzing)!"); + DBG_UNHANDLED_EXCEPTION(); } stopListening(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
