summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:07:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:07:27 +0000
commit0db8dbe3da25687b45a857ae99335a5ecc2cdbe6 (patch)
treeb0062b8369d7c012a1687c4848d30720fe4ddc5a /connectivity/source/cpool
parent1d54da7dc7093aa142245a2914a2b04d32b6157e (diff)
INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED
2005/11/16 12:58:48 fs 1.7.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZPooledConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZPooledConnection.cxx b/connectivity/source/cpool/ZPooledConnection.cxx
index d592cf3c9546..5f6602078951 100644
--- a/connectivity/source/cpool/ZPooledConnection.cxx
+++ b/connectivity/source/cpool/ZPooledConnection.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ZPooledConnection.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:18:16 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:07:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,7 +85,7 @@ void SAL_CALL OPooledConnection::disposing(void)
}
// -----------------------------------------------------------------------------
// XEventListener
-void SAL_CALL OPooledConnection::disposing( const EventObject& Source ) throw (RuntimeException)
+void SAL_CALL OPooledConnection::disposing( const EventObject& /*Source*/ ) throw (RuntimeException)
{
m_xComponent = NULL;
}