summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ACollection.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 17:13:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-17 17:13:31 +0000
commitbf53c49acac25fa9099dfef393aa7472df331d5d (patch)
tree02e0be057ff3b0c20a54667e24c41a904d8ffb15 /connectivity/source/inc/ado/ACollection.hxx
parent4eb58098cc19bd5a3f110708c7034d86bf618969 (diff)
#92924#: exception specifications
Diffstat (limited to 'connectivity/source/inc/ado/ACollection.hxx')
-rw-r--r--connectivity/source/inc/ado/ACollection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/ACollection.hxx b/connectivity/source/inc/ado/ACollection.hxx
index 2e9e6aef9c..d15ba191b0 100644
--- a/connectivity/source/inc/ado/ACollection.hxx
+++ b/connectivity/source/inc/ado/ACollection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ACollection.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-04-12 12:32:56 $
+ * last change: $Author: hr $ $Date: 2001-10-17 18:13:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,11 +142,11 @@ namespace connectivity
}
// dispatch the refcounting to the parent
- virtual void SAL_CALL acquire() throw(staruno::RuntimeException)
+ virtual void SAL_CALL acquire() throw()
{
m_rParent.acquire();
}
- virtual void SAL_CALL release() throw(staruno::RuntimeException)
+ virtual void SAL_CALL release() throw()
{
m_rParent.release();
}