Tag: cws_src680_dba30 User: oj Date: 06/04/18 06:12:52 Modified: /dba/connectivity/source/drivers/odbc/ OConnection.cxx
Log: RESYNC: (1.34-1.35); FILE MERGED 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.31.28.4&r2=1.31.28.5 Delta lines: +3 -8 ------------------- --- OConnection.cxx 22 Mar 2006 15:04:52 -0000 1.31.28.4 +++ OConnection.cxx 18 Apr 2006 13:12:49 -0000 1.31.28.5 @@ -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]
