Tag: cws_src680_dba203a User: fs Date: 06/03/17 07:41:40 Modified: /dba/connectivity/source/drivers/odbc/ OConnection.cxx
Log: ModuleContext is obsolete (during #i60163#) File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: OConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OConnection.cxx?r1=1.34&r2=1.34.8.1 Delta lines: +3 -8 ------------------- --- OConnection.cxx 3 Feb 2006 17:14:43 -0000 1.34 +++ OConnection.cxx 17 Mar 2006 15:41:37 -0000 1.34.8.1 @@ -4,9 +4,9 @@ * * $RCSfile: OConnection.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.34.8.1 $ * - * last change: $Author: kz $ $Date: 2006/02/03 17:14:43 $ + * last change: $Author: fs $ $Date: 2006/03/17 15:41:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,9 +44,6 @@ #ifndef _CONNECTIVITY_RESOURCE_HRC_ #include "Resource.hrc" #endif -#ifndef _CONNECTIVITY_MODULECONTEXT_HXX_ -#include "ModuleContext.hxx" -#endif #ifndef _CONNECTIVITY_ODBC_OFUNCTIONS_HXX_ #include "odbc/OFunctions.hxx" #endif @@ -102,7 +99,6 @@ ,m_bPreventGetVersionColumns(sal_False) { m_pDriver->acquire(); - ModuleContext::AddRef(); } //----------------------------------------------------------------------------- OConnection::~OConnection() @@ -116,7 +112,6 @@ m_pDriver->release(); m_pDriver = NULL; - ModuleContext::ReleaseRef(); } //----------------------------------------------------------------------------- void SAL_CALL OConnection::release() throw() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
