summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-10-30 10:50:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-10-30 10:50:53 +0000
commitbe3714ec5534c3bf12bcb544a4cb5d4c8c5edd52 (patch)
treecdb9b01b3c7a67d823c7463ee99c0a171ed19b40 /dbaccess/source/shared
parent0b84508ca2b891e80cbf7d55b3d8f167331fc0b9 (diff)
#65293# exception specification
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/apitools.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/shared/apitools.cxx b/dbaccess/source/shared/apitools.cxx
index 789242c8ff5f..0228cc4f8d8d 100644
--- a/dbaccess/source/shared/apitools.cxx
+++ b/dbaccess/source/shared/apitools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: apitools.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-04-03 14:16:03 $
+ * last change: $Author: vg $ $Date: 2001-10-30 11:50:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,13 +104,13 @@ Sequence< Type > OSubComponent::getTypes() throw (RuntimeException)
// XInterface
//--------------------------------------------------------------------------
-void OSubComponent::acquire() throw (RuntimeException)
+void OSubComponent::acquire() throw ( )
{
OComponentHelper::acquire();
}
//--------------------------------------------------------------------------
-void OSubComponent::release() throw (RuntimeException)
+void OSubComponent::release() throw ( )
{
Reference< XInterface > x( xDelegator );
if (! x.is())