summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls/stdtabcontrollermodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/controls/stdtabcontrollermodel.hxx')
-rw-r--r--toolkit/inc/controls/stdtabcontrollermodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/controls/stdtabcontrollermodel.hxx b/toolkit/inc/controls/stdtabcontrollermodel.hxx
index 7208223d6c09..4fa12d252e0e 100644
--- a/toolkit/inc/controls/stdtabcontrollermodel.hxx
+++ b/toolkit/inc/controls/stdtabcontrollermodel.hxx
@@ -87,8 +87,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;