summaryrefslogtreecommitdiff
path: root/svx/inc/unopool.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-16 16:14:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-16 16:14:12 +0000
commitcdb6b76727c23b0215a948144c3fefefbbe780a4 (patch)
treeebaaa004472140218092294be737ff64ca3f9713 /svx/inc/unopool.hxx
parent955ef0a4390ed9d8316ce3c9c5f09122f7953082 (diff)
#92924#: exception specifcations
Diffstat (limited to 'svx/inc/unopool.hxx')
-rw-r--r--svx/inc/unopool.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/unopool.hxx b/svx/inc/unopool.hxx
index c7eb23676c51..2ecf7cd9c259 100644
--- a/svx/inc/unopool.hxx
+++ b/svx/inc/unopool.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unopool.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 16:38:38 $
+ * last change: $Author: hr $ $Date: 2001-10-16 17:14:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,8 +108,8 @@ public:
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
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();
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException);