Tag: cws_src680_dba30
User: oj      
Date: 06/04/18 06:08:36

Modified:
 /dba/connectivity/source/drivers/file/
  FConnection.cxx

Log:
 RESYNC: (1.42-1.43); FILE MERGED

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FConnection.cxx?r1=1.40.68.3&r2=1.40.68.4
Delta lines:  +0 -8
-------------------
--- FConnection.cxx     23 Nov 2005 08:17:43 -0000      1.40.68.3
+++ FConnection.cxx     18 Apr 2006 13:08:34 -0000      1.40.68.4
@@ -45,9 +45,6 @@
 #ifndef _CONNECTIVITY_RESOURCE_HRC_
 #include "Resource.hrc"
 #endif
-#ifndef _CONNECTIVITY_MODULECONTEXT_HXX_
-#include "ModuleContext.hxx"
-#endif
 #ifndef _CONNECTIVITY_FILE_ODRIVER_HXX_
 #include "file/FDriver.hxx"
 #endif
@@ -96,9 +93,6 @@
 #ifndef _OSL_NLSUPPORT_H_
 #include <osl/nlsupport.h>
 #endif
-#ifndef _CONNECTIVITY_MODULECONTEXT_HXX_
-#include "ModuleContext.hxx"
-#endif
 
 using namespace connectivity::file;
 using namespace dbtools;
@@ -123,7 +117,6 @@
                                                 ,m_bCaseSensitiveExtension( 
sal_True )
                                                 ,m_bCheckSQL92(sal_False)
 {
-       ModuleContext::AddRef();
        m_nTextEncoding = RTL_TEXTENCODING_DONTKNOW;
 }
 //-----------------------------------------------------------------------------
@@ -131,7 +124,6 @@
 {
        if(!isClosed(  ))
                close();
-       ModuleContext::ReleaseRef();
 }
 //-----------------------------------------------------------------------------
 void SAL_CALL OConnection::release() throw()




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

Reply via email to