User: kz Date: 2008-05-05 16:11:02+0000 Modified: dba/dbaccess/source/ui/uno/unoDirectSql.cxx
Log: INTEGRATION: CWS dba30b (1.7.128); FILE MERGED 2008/04/15 22:14:48 fs 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/16 14:08:19 fs 1.7.128.1: some exception handling re-factoring File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: unoDirectSql.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/unoDirectSql.cxx?r1=1.8&r2=1.9 Delta lines: +7 -4 ------------------- --- unoDirectSql.cxx 2008-04-10 16:57:09+0000 1.8 +++ unoDirectSql.cxx 2008-05-05 16:10:59+0000 1.9 @@ -58,6 +58,9 @@ #ifndef _DBAUI_DATASOURCECONNECTOR_HXX_ #include "datasourceconnector.hxx" #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif extern "C" void SAL_CALL createRegistryInfo_ODirectSQLDialog() @@ -121,7 +124,7 @@ } catch( const Exception& ) { - OSL_ENSURE( sal_False, "ODirectSQLDialog::createDialog: caught an exception!" ); + DBG_UNHANDLED_EXCEPTION(); } } if ( !xConnection.is() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
