summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 08:52:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-28 08:52:24 +0000
commit54d389996aee8b8f39d101167eef7dd80e302118 (patch)
tree09a1623dcc67b574b4ece2a5291a3e174d3fb464 /toolkit/inc/toolkit/controls/unocontrolmodel.hxx
parent7c317f5dbbcbb8770e0ec1f33d23a8bb0078d36f (diff)
#65293#: exception specifications
Diffstat (limited to 'toolkit/inc/toolkit/controls/unocontrolmodel.hxx')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrolmodel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
index b63503722e84..c41b636574ab 100644
--- a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrolmodel.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2001-01-24 15:00:58 $
+ * last change: $Author: hr $ $Date: 2001-09-28 09:52:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,8 +140,8 @@ public:
// ::com::sun::star::uno::XAggregation
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException) { return OWeakAggObject::queryInterface(rType); }
- void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException) { OWeakAggObject::acquire(); }
- void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException) { OWeakAggObject::release(); }
+ void SAL_CALL acquire() throw() { OWeakAggObject::acquire(); }
+ void SAL_CALL release() throw() { OWeakAggObject::release(); }
::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);