Tag: cws_src680_dba203a
User: fs      
Date: 06/03/17 07:41:08

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

Log:
 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.42.60.1
Delta lines:  +3 -11
--------------------
--- FConnection.cxx     24 Oct 2005 08:21:00 -0000      1.42
+++ FConnection.cxx     17 Mar 2006 15:41:04 -0000      1.42.60.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FConnection.cxx,v $
  *
- *  $Revision: 1.42 $
+ *  $Revision: 1.42.60.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/10/24 08:21:00 $
+ *  last change: $Author: fs $ $Date: 2006/03/17 15:41:04 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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