summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-18 14:40:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-18 14:40:26 +0000
commitb4eb7f3f8e3a2703656e7faa140cea36005fdac8 (patch)
tree6513a8602d2bc5d2a729f215276ff1d3a4b87d82 /sd/source/ui/inc/unomodel.hxx
parent69fc021617ea9db2053dbe6615f7430fda1960fe (diff)
#92924#: exception specifications
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 020864b9cbbf..6891ef3fbe9e 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: cl $ $Date: 2001-05-31 10:14:43 $
+ * last change: $Author: hr $ $Date: 2001-10-18 15:40:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -222,8 +222,8 @@ public:
// XInterface
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();
// XModel
virtual void SAL_CALL lockControllers( ) throw(::com::sun::star::uno::RuntimeException);