diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 12:42:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-27 12:42:25 +0000 |
commit | 062bdd4d3027eb55f21d4535c60fd876c2624f0e (patch) | |
tree | 5e72ba8166e28041c3cc0af6494f512060a0902d /UnoControls/source/controls/statusindicator.cxx | |
parent | 20e1cc4b604fe0826a23766e6a908be42ab5323b (diff) |
#65293#: exception specifications
Diffstat (limited to 'UnoControls/source/controls/statusindicator.cxx')
-rw-r--r-- | UnoControls/source/controls/statusindicator.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx index d59ee77e8..ee774fe78 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. |