User: rt Date: 2007-07-24 12:06:13+0000 Modified: dba/dbaccess/source/filter/xml/xmlLogin.cxx
Log: INTEGRATION: CWS dba23b (1.6.102); FILE MERGED 2007/07/07 19:16:38 fs 1.6.102.1: diagnostics File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlLogin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlLogin.cxx?r1=1.6&r2=1.7 Delta lines: +4 -2 ------------------- --- xmlLogin.cxx 2006-09-17 06:47:42+0000 1.6 +++ xmlLogin.cxx 2007-07-24 12:06:10+0000 1.7 @@ -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]
