diff options
Diffstat (limited to 'UnoControls/source/inc/statusindicator.hxx')
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 9f4411ce5ad3..9033f3883041 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -2,9 +2,9 @@ * * $RCSfile: statusindicator.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-08-10 12:04:21 $ + * last change: $Author: hr $ $Date: 2001-09-27 13:06:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -242,7 +242,7 @@ class StatusIndicator : public UNO3_XLAYOUTCONSTRAINS @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL acquire() throw(); /**_______________________________________________________________________________________________________ @short decrement refcount @@ -258,7 +258,7 @@ class StatusIndicator : public UNO3_XLAYOUTCONSTRAINS @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw( UNO3_RUNTIMEEXCEPTION ); + virtual void SAL_CALL release() throw(); //--------------------------------------------------------------------------------------------------------- // XTypeProvider |