Tag: cws_src680_dba23b
User: fs      
Date: 2007-07-07 20:21:53+0000
Modified:
   dba/dbaccess/source/core/dataaccess/databasedocument.cxx

Log:
 during #i78593#: don't re-create the Settings property bag when it's not 
necessary

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: databasedocument.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.cxx?r1=1.32.20.1&r2=1.32.20.2
Delta lines:  +3 -4
-------------------
--- databasedocument.cxx        2007-06-28 09:02:47+0000        1.32.20.1
+++ databasedocument.cxx        2007-07-07 20:21:50+0000        1.32.20.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: databasedocument.cxx,v $
  *
- *  $Revision: 1.32.20.1 $
+ *  $Revision: 1.32.20.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/06/28 09:02:47 $
+ *  last change: $Author: fs $ $Date: 2007/07/07 20:21:50 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -255,8 +255,7 @@
                clearObjectContainer( m_pImpl->m_xTableDefinitions);
                clearObjectContainer( m_pImpl->m_xCommandDefinitions);
 
-               m_pImpl->m_aContainer.clear();
-               m_pImpl->lateInit();
+               m_pImpl->reset();
        }
        catch(const Exception&)
        {




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

Reply via email to