summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-23 10:14:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-23 10:14:49 +0000
commit5988be7b5d735c4b2c8d2f596f980227e7af40e1 (patch)
tree5b056a3743205fcac0543ce178cbe749b24fb2e9 /sc/inc/docuno.hxx
parente4eb500293e948139c4f37c1d19d1dfb7c9229aa (diff)
#92924#: exception specifications
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 226127ca6791..78abb6c7f21e 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docuno.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2001-09-13 10:17:19 $
+ * last change: $Author: hr $ $Date: 2001-10-23 11:14:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -206,8 +206,8 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType )
throw(::com::sun::star::uno::RuntimeException);
- 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();
//? virtual UString getClassName(void);