User: hr      
Date: 05/04/06 02:47:29

Modified:
 /dba/dbaccess/source/core/dataaccess/
  databasedocument.cxx

Log:
 INTEGRATION: CWS dba29 (1.15.4); FILE MERGED
 2005/04/01 10:56:46 fs 1.15.4.1: #i46412# m_pChildCommitListen->dispose before 
cleaning it up, to ensure that it doesn't forward any events we are not 
interested in anymore

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.16&r2=1.17
Delta lines:  +2 -0
-------------------
--- databasedocument.cxx        30 Mar 2005 11:55:24 -0000      1.16
+++ databasedocument.cxx        6 Apr 2005 09:47:25 -0000       1.17
@@ -290,6 +290,7 @@
 
                if ( m_pChildCommitListen )
                {
+                       m_pChildCommitListen->dispose();
                        m_pChildCommitListen->release();
                        m_pChildCommitListen = NULL;
                }
@@ -1103,6 +1104,7 @@
            
notifyEvent(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OnUnload")));
         if ( m_pChildCommitListen )
            {
+                       m_pChildCommitListen->dispose();
                    m_pChildCommitListen->release();
                    m_pChildCommitListen = NULL;
            }




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

Reply via email to