diff options
Diffstat (limited to 'UnoControls/source/inc/statusindicator.hxx')
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 14ac4e03b8d9..e1930e9da808 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -75,7 +75,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL acquire() throw() override; + virtual void SAL_CALL acquire() noexcept override; /** @short decrement refcount @@ -84,7 +84,7 @@ public: @onerror A RuntimeException is thrown. */ - virtual void SAL_CALL release() throw() override; + virtual void SAL_CALL release() noexcept override; // XTypeProvider |