summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-31 17:19:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-31 17:19:10 +0000
commitccf350ef5868dc06fc69c6b692b2fea0c32fb341 (patch)
tree4f89cdcb80cd68a653b9bcf5b61c27c75edeb1ee /dbaccess/source/core/inc/table.hxx
parent7123e3467f2c18901863523002da77f1a1133919 (diff)
#92924#: exception specifications
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 51e1548d4591..11ad125d5a37 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: oj $ $Date: 2001-09-25 13:28:23 $
+ * last change: $Author: hr $ $Date: 2001-10-31 18:19:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,8 +180,8 @@ namespace dbaccess
static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
// com::sun::star::uno::XInterface
- virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acquire() throw();
+ virtual void SAL_CALL release() throw();
// OComponentHelper
virtual void SAL_CALL disposing(void);