Tag: cws_src680_dba201d User: fs Date: 05/10/06 23:24:31 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: no leaking OInterceptor instances anymore File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.29.2.1&r2=1.29.2.2 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 6 Oct 2005 14:08:37 -0000 1.29.2.1 +++ documentdefinition.cxx 7 Oct 2005 06:24:28 -0000 1.29.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.29.2.1 $ + * $Revision: 1.29.2.2 $ * - * last change: $Author: fs $ $Date: 2005/10/06 14:08:37 $ + * last change: $Author: fs $ $Date: 2005/10/07 06:24:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -532,7 +532,7 @@ if ( m_pInterceptor ) { - m_pInterceptor->DisconnectContentHolder(); + m_pInterceptor->dispose(); m_pInterceptor->release(); m_pInterceptor = NULL; } @@ -1165,7 +1165,7 @@ if ( m_pInterceptor ) { - m_pInterceptor->DisconnectContentHolder(); + m_pInterceptor->dispose(); m_pInterceptor->release(); m_pInterceptor = NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
