summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-29 11:15:34 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-29 11:15:34 +0000
commite34045e06fdf1760c918a21b4779348a3c0de4bb (patch)
tree768f7aea59c3355512f36ce1d501d7031018e2e3 /connectivity
parent361be0e46de22da8af7d3e53a0e14229f55e96ea (diff)
INTEGRATION: CWS dba203a (1.42.60); FILE MERGED
2006/03/17 15:41:04 fs 1.42.60.1: ModuleContext is obsolete (during #i60163#)
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/FConnection.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx
index 6d29d9a32d4c..f418681071c1 100644
--- a/connectivity/source/drivers/file/FConnection.cxx
+++ b/connectivity/source/drivers/file/FConnection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FConnection.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2005-10-24 08:21:00 $
+ * last change: $Author: obo $ $Date: 2006-03-29 12:15:34 $
*
* 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 @@ OConnection::OConnection(OFileDriver* _pDriver)
,m_bCaseSensitiveExtension( sal_True )
,m_bCheckSQL92(sal_False)
{
- ModuleContext::AddRef();
m_nTextEncoding = RTL_TEXTENCODING_DONTKNOW;
}
//-----------------------------------------------------------------------------
@@ -131,7 +124,6 @@ OConnection::~OConnection()
{
if(!isClosed( ))
close();
- ModuleContext::ReleaseRef();
}
//-----------------------------------------------------------------------------
void SAL_CALL OConnection::release() throw()