Tag: cws_src680_oj14 User: fs Date: 2007-06-06 18:44:17+0000 Log: #i78077# getParameters: silence exceptions got from subordinate methods
File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.137.4.14&r2=1.137.4.15 Delta lines: +3 -3 ------------------- --- RowSet.cxx 2007-06-06 18:15:09+0000 1.137.4.14 +++ RowSet.cxx 2007-06-06 18:44:14+0000 1.137.4.15 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.137.4.14 $ + * $Revision: 1.137.4.15 $ * - * last change: $Author: fs $ $Date: 2007/06/06 18:15:09 $ + * last change: $Author: fs $ $Date: 2007/06/06 18:44:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1572,7 +1572,7 @@ } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + // silence it } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
