Tag: cws_src680_dba23a User: fs Date: 2007/02/26 02:20:11 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: better error reporting in non-pro builds File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.40&r2=1.40.70.1 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 17 Sep 2006 06:40:25 -0000 1.40 +++ documentdefinition.cxx 26 Feb 2007 10:20:08 -0000 1.40.70.1 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.40.70.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:40:25 $ + * last change: $Author: fs $ $Date: 2007/02/26 10:20:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1508,7 +1508,7 @@ } catch( const Exception& ) { - OSL_ENSURE( sal_False, "ODocumentDefinition::prepareClose: caught an exception!" ); + DBG_UNHANDLED_EXCEPTION(); } return true; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
