summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:00 +0000
commitffb5192846a41d2cac2ff9fa9681777bde56fcbc (patch)
treec2016f81c999f928db00ad4bb2b993249d558ebd /connectivity/source/cpool
parentf2b74ce32d0d7ad80503a512ceb9c28b6af9b6cf (diff)
INTEGRATION: CWS insight01 (1.5.94); FILE MERGED
2004/02/18 14:46:10 oj 1.5.94.1: #111075# fix rfcount problem
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZConnectionWrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZConnectionWrapper.cxx b/connectivity/source/cpool/ZConnectionWrapper.cxx
index 6b211006a967..667a9e4a7e20 100644
--- a/connectivity/source/cpool/ZConnectionWrapper.cxx
+++ b/connectivity/source/cpool/ZConnectionWrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZConnectionWrapper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-08-23 09:57:44 $
+ * last change: $Author: hr $ $Date: 2004-08-02 16:54:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,8 +276,8 @@ void OConnectionWeakWrapper::disposing()
{
::osl::MutexGuard aGuard(m_aMutex);
- m_xConnection = NULL;
OConnectionWeakWrapper_BASE::disposing();
+ OConnectionWrapper::disposing();
}
// -----------------------------------------------------------------------------
// com::sun::star::lang::XUnoTunnel