User: obo Date: 06/03/29 04:20:15 Modified: /dba/connectivity/source/drivers/odbc/ OConnection.cxx
Log: INTEGRATION: CWS dba203a (1.34.8); FILE MERGED 2006/03/17 15:41:37 fs 1.34.8.1: 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.35 Delta lines: +0 -5 ------------------- --- OConnection.cxx 3 Feb 2006 17:14:43 -0000 1.34 +++ OConnection.cxx 29 Mar 2006 12:20:13 -0000 1.35 @@ -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]
