Tag: cws_dev300_odbmacros3 User: fs Date: 2008-08-03 21:17:55+0000 Modified: dba/dbaccess/source/filter/xml/xmlfilter.cxx
Log: report exceptions in non-pro mode File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlfilter.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlfilter.cxx?r1=1.20.2.1&r2=1.20.2.2 Delta lines: +2 -6 ------------------- --- xmlfilter.cxx 2008-07-19 21:00:48+0000 1.20.2.1 +++ xmlfilter.cxx 2008-08-03 21:17:52+0000 1.20.2.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlfilter.cxx,v $ - * $Revision: 1.20.2.1 $ + * $Revision: 1.20.2.2 $ * * This file is part of OpenOffice.org. * @@ -219,13 +219,9 @@ { return ERRCODE_IO_BROKENPACKAGE; } - catch( IOException& ) - { - return 1; - } catch( Exception& ) { - return 1; + DBG_UNHANDLED_EXCEPTION(); } // success! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
