Tag: cws_src680_dba23b User: fs Date: 2007-07-07 19:16:41+0000 Modified: dba/dbaccess/source/filter/xml/xmlDataSource.cxx dba/dbaccess/source/filter/xml/xmlLogin.cxx
Log: 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.8.102.1 Delta lines: +9 -6 ------------------- --- xmlDataSource.cxx 2006-09-17 06:45:38+0000 1.8 +++ xmlDataSource.cxx 2007-07-07 19:16:38+0000 1.8.102.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlDataSource.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.8.102.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:45:38 $ + * last change: $Author: fs $ $Date: 2007/07/07 19:16:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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(); } } } File [changed]: xmlLogin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlLogin.cxx?r1=1.6&r2=1.6.102.1 Delta lines: +7 -5 ------------------- --- xmlLogin.cxx 2006-09-17 06:47:42+0000 1.6 +++ xmlLogin.cxx 2007-07-07 19:16:38+0000 1.6.102.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlLogin.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.102.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:47:42 $ + * last change: $Author: fs $ $Date: 2007/07/07 19:16:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif - +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif #include <vector> @@ -106,7 +108,7 @@ } catch(Exception) { - OSL_ENSURE(0,"OXMLLogin::OXMLLogin: Could not set login!"); + DBG_UNHANDLED_EXCEPTION(); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
