summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/statusindicator.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:42:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 12:42:25 +0000
commit43c6faad9a5bc0602147a4a8f28f28d2a9867002 (patch)
tree094ebea8366df09be2d8bfba9ca04264cf68634d /UnoControls/source/controls/statusindicator.cxx
parentfa0968851d6939c222fd652a88a642df283e9434 (diff)
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/controls/statusindicator.cxx')
-rw-r--r--UnoControls/source/controls/statusindicator.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx
index 6247ebaba481..65a580b2cf37 100644
--- a/UnoControls/source/controls/statusindicator.cxx
+++ b/UnoControls/source/controls/statusindicator.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statusindicator.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2001-08-10 12:04:17 $
+ * last change: $Author: hr $ $Date: 2001-09-27 13:42:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,7 +178,7 @@ Any SAL_CALL StatusIndicator::queryInterface( const Type& rType ) throw( Runtime
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL StatusIndicator::acquire() throw( RuntimeException )
+void SAL_CALL StatusIndicator::acquire() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -191,7 +191,7 @@ void SAL_CALL StatusIndicator::acquire() throw( RuntimeException )
// XInterface
//____________________________________________________________________________________________________________
-void SAL_CALL StatusIndicator::release() throw( RuntimeException )
+void SAL_CALL StatusIndicator::release() throw()
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.