Tag: cws_src680_dba22a User: fs Date: 2006/11/27 02:57:32 Modified: dba/connectivity/source/commontools/dbexception.cxx
Log: implDetermineType: don't assert File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: dbexception.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbexception.cxx?r1=1.18.18.1&r2=1.18.18.2 Delta lines: +2 -3 ------------------- --- dbexception.cxx 22 Nov 2006 20:45:53 -0000 1.18.18.1 +++ dbexception.cxx 27 Nov 2006 10:57:30 -0000 1.18.18.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbexception.cxx,v $ * - * $Revision: 1.18.18.1 $ + * $Revision: 1.18.18.2 $ * - * last change: $Author: fs $ $Date: 2006/11/22 20:45:53 $ + * last change: $Author: fs $ $Date: 2006/11/27 10:57:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -186,7 +186,6 @@ m_eType = SQL_EXCEPTION; else { - OSL_ENSURE( false, "SQLExceptionInfo::implDetermineType: cannot determine type!" ); m_eType = UNDEFINED; m_aContent.clear(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
