User: rt      
Date: 06/01/12 08:59:07

Modified:
 /dba/connectivity/source/drivers/file/
  FNoException.cxx

Log:
 #i10000# Invalidated operator used.

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FNoException.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FNoException.cxx?r1=1.8&r2=1.9
Delta lines:  +4 -5
-------------------
--- FNoException.cxx    8 Sep 2005 05:55:54 -0000       1.8
+++ FNoException.cxx    12 Jan 2006 16:59:05 -0000      1.9
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FNoException.cxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.9 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 05:55:54 $
+ *  last change: $Author: rt $ $Date: 2006/01/12 16:59:05 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -83,9 +83,8 @@
        for(OCodeList::reverse_iterator aIter = m_aCodeList.rbegin(); aIter != 
m_aCodeList.rend();++aIter)
        {
                delete *aIter;
-               m_aCodeList.pop_back();
        }
-       //      m_aCodeList.clear();
+       m_aCodeList.clear();
 }
 // 
-----------------------------------------------------------------------------
 void OSQLAnalyzer::clean()




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

Reply via email to