summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls/stdtabcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/controls/stdtabcontroller.hxx')
-rw-r--r--toolkit/inc/controls/stdtabcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/controls/stdtabcontroller.hxx b/toolkit/inc/controls/stdtabcontroller.hxx
index e995a143b8cf..37de42d7da27 100644
--- a/toolkit/inc/controls/stdtabcontroller.hxx
+++ b/toolkit/inc/controls/stdtabcontroller.hxx
@@ -54,8 +54,8 @@ public:
// css::uno::XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override { return OWeakAggObject::queryInterface(rType); }
- void SAL_CALL acquire() throw() override { OWeakAggObject::acquire(); }
- void SAL_CALL release() throw() override { OWeakAggObject::release(); }
+ void SAL_CALL acquire() noexcept override { OWeakAggObject::acquire(); }
+ void SAL_CALL release() noexcept override { OWeakAggObject::release(); }
css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override;