User: rt Date: 2007-07-24 12:05:59+0000 Modified: dba/dbaccess/source/filter/xml/xmlDataSource.cxx
Log: INTEGRATION: CWS dba23b (1.8.102); FILE MERGED 2007/07/07 19:16:38 fs 1.8.102.1: diagnostics File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlDataSource.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlDataSource.cxx?r1=1.8&r2=1.9 Delta lines: +6 -3 ------------------- --- xmlDataSource.cxx 2006-09-17 06:45:38+0000 1.8 +++ xmlDataSource.cxx 2007-07-24 12:05:57+0000 1.9 @@ -74,6 +74,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif namespace dbaxml { @@ -118,7 +121,7 @@ } catch(Exception) { - OSL_ENSURE(0,"Could not set property!"); + DBG_UNHANDLED_EXCEPTION(); } break; case XML_TOK_SUPPRESS_VERSION_COLUMNS: @@ -128,7 +131,7 @@ } catch(Exception) { - OSL_ENSURE(0,"Could not set property!"); + DBG_UNHANDLED_EXCEPTION(); } break; case XML_TOK_JAVA_DRIVER_CLASS: @@ -262,7 +265,7 @@ } catch(Exception) { - OSL_ENSURE(0,"Could not set property!"); + DBG_UNHANDLED_EXCEPTION(); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
