summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool/ZPooledConnection.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-08-15 14:17:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-08-15 14:17:39 +0000
commitd4f9690b8477f90dab5d71f5c4b96a1a8115ac0b (patch)
tree46087c5621ce3440a76b001e6cbbeb66f1f2a34d /connectivity/source/cpool/ZPooledConnection.cxx
parent51c794b13383ffce6c406a5502566f562072a67d (diff)
#100000# typo
Diffstat (limited to 'connectivity/source/cpool/ZPooledConnection.cxx')
-rw-r--r--connectivity/source/cpool/ZPooledConnection.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/cpool/ZPooledConnection.cxx b/connectivity/source/cpool/ZPooledConnection.cxx
index 4afdf9c6b635..49b4c1bfa9f0 100644
--- a/connectivity/source/cpool/ZPooledConnection.cxx
+++ b/connectivity/source/cpool/ZPooledConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZPooledConnection.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2002-08-12 09:04:22 $
+ * last change: $Author: vg $ $Date: 2002-08-15 15:17:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,8 +128,8 @@ namespace connectivity
{
setDelegation(_xConnection,m_refCount);
}
- DECLARE_XINTERFACE();
- DECLARE_XTYPEPROVIDER( );
+ DECLARE_XINTERFACE()
+ DECLARE_XTYPEPROVIDER( )
// --------------------------------------------------------------------------------
// XCloseable
void SAL_CALL close( ) throw(SQLException, RuntimeException)