Tag: cws_src680_warnings01
User: fs      
Date: 06/06/13 05:43:48

Modified:
 /dba/connectivity/source/commontools/
  dbexception.cxx

Log:
 #i66365# no initial next in the iterator

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.13.30.3&r2=1.13.30.4
Delta lines:  +3 -12
--------------------
--- dbexception.cxx     7 Apr 2006 20:15:20 -0000       1.13.30.3
+++ dbexception.cxx     13 Jun 2006 12:43:45 -0000      1.13.30.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbexception.cxx,v $
  *
- *  $Revision: 1.13.30.3 $
+ *  $Revision: 1.13.30.4 $
  *
- *  last change: $Author: sb $ $Date: 2006/04/07 20:15:20 $
+ *  last change: $Author: fs $ $Date: 2006/06/13 12:43:45 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -237,9 +237,6 @@
                        ,m_eCurrentType(SQLExceptionInfo::SQL_EXCEPTION)
                                // no other chance without RTTI
 {
-       // initially check the start of the chain against the include mask
-       if (m_pCurrent)
-               next();
 }
 
 
//------------------------------------------------------------------------------
@@ -248,9 +245,6 @@
                        ,m_eCurrentType(SQLExceptionInfo::SQL_WARNING)
                                // no other chance without RTTI
 {
-       // initially check the start of the chain against the include mask
-       if (m_pCurrent)
-               next();
 }
 
 
//------------------------------------------------------------------------------
@@ -259,9 +253,6 @@
                        ,m_eCurrentType(SQLExceptionInfo::SQL_CONTEXT)
                                // no other chance without RTTI
 {
-       // initially check the start of the chain against the include mask
-       if (m_pCurrent)
-               next();
 }
 
 
//------------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to