summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VIndex.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-16 17:14:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-16 17:14:25 +0000
commitffa18a12a97d0e1ba0b756f04edb098736ff05af (patch)
tree0d2231a0c8385a20d4ec33598564c5a02e55d905 /connectivity/source/sdbcx/VIndex.cxx
parentbe32073407d89b94b4fd91a6f210326dad757089 (diff)
#92924#: exception specifcations
Diffstat (limited to 'connectivity/source/sdbcx/VIndex.cxx')
-rw-r--r--connectivity/source/sdbcx/VIndex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/sdbcx/VIndex.cxx b/connectivity/source/sdbcx/VIndex.cxx
index 3d913cb451ff..0f205d0cd5cd 100644
--- a/connectivity/source/sdbcx/VIndex.cxx
+++ b/connectivity/source/sdbcx/VIndex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VIndex.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2001-05-17 09:13:14 $
+ * last change: $Author: hr $ $Date: 2001-10-16 18:14:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,12 +240,12 @@ void SAL_CALL OIndex::setName( const ::rtl::OUString& aName ) throw(::com::sun::
}
// -----------------------------------------------------------------------------
// XInterface
-void SAL_CALL OIndex::acquire() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OIndex::acquire() throw()
{
ODescriptor_BASE::acquire();
}
// -----------------------------------------------------------------------------
-void SAL_CALL OIndex::release() throw(::com::sun::star::uno::RuntimeException)
+void SAL_CALL OIndex::release() throw()
{
ODescriptor_BASE::release();
}