Tag: cws_src680_dba24c User: fs Date: 2007-10-22 20:58:21+0000 Modified: dba/dbaccess/source/core/dataaccess/definitioncontainer.cxx
Log: assertion File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: definitioncontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/definitioncontainer.cxx?r1=1.24.58.1&r2=1.24.58.2 Delta lines: +6 -3 ------------------- --- definitioncontainer.cxx 2007-09-20 18:34:05+0000 1.24.58.1 +++ definitioncontainer.cxx 2007-10-22 20:58:19+0000 1.24.58.2 @@ -4,9 +4,9 @@ * * $RCSfile: definitioncontainer.cxx,v $ * - * $Revision: 1.24.58.1 $ + * $Revision: 1.24.58.2 $ * - * last change: $Author: fs $ $Date: 2007/09/20 18:34:05 $ + * last change: $Author: fs $ $Date: 2007/10/22 20:58:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef TOOLS_DIAGNOSE_EX_H +#include <tools/diagnose_ex.h> +#endif #ifndef _COMPHELPER_SEQUENCE_HXX_ #include <comphelper/sequence.hxx> #endif @@ -698,7 +701,7 @@ } catch(const Exception&) { - OSL_ENSURE(0,"Exception catched!"); + DBG_UNHANDLED_EXCEPTION(); throw RuntimeException(); } m_bInPropertyChange = sal_False; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
