User: obo     
Date: 06/03/29 04:15:36

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

Log:
 INTEGRATION: CWS dba203a (1.42.60); FILE MERGED
 2006/03/17 15:41:04 fs 1.42.60.1: ModuleContext is obsolete (during #i60163#)

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.42&r2=1.43
Delta lines:  +0 -8
-------------------
--- FConnection.cxx     24 Oct 2005 08:21:00 -0000      1.42
+++ FConnection.cxx     29 Mar 2006 12:15:34 -0000      1.43
@@ -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