summaryrefslogtreecommitdiff
path: root/UnoControls/source/base
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 11:29:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 11:29:48 +0000
commit482b28000da1bf568785881faccd1bc8ee89e4c7 (patch)
tree14e12bc3d7036fbc3d7d419b11c41a7b75d61c64 /UnoControls/source/base
parent9d385a9bea086aa88891f56cc29bc9676ff4b512 (diff)
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/base')
-rw-r--r--UnoControls/source/base/basecontrol.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx
index 217bbe85a4e9..548c302bdd50 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basecontrol.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2000-10-12 10:33:18 $
+ * last change: $Author: hr $ $Date: 2001-09-27 12:29:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,7 +175,7 @@ Any SAL_CALL BaseControl::queryInterface( const Type& rType ) throw( RuntimeExce
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL BaseControl::acquire() throw( RuntimeException )
+void SAL_CALL BaseControl::acquire() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -188,7 +188,7 @@ void SAL_CALL BaseControl::acquire() throw( RuntimeException )
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL BaseControl::release() throw( RuntimeException )
+void SAL_CALL BaseControl::release() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.