summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/menubarwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/menubarwrapper.hxx')
-rw-r--r--framework/inc/uielement/menubarwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx
index b2a7f6cb3297..66a5716a8f0d 100644
--- a/framework/inc/uielement/menubarwrapper.hxx
+++ b/framework/inc/uielement/menubarwrapper.hxx
@@ -39,8 +39,8 @@ class MenuBarWrapper final : public UIConfigElementWrapperBase,
// XInterface, XTypeProvider
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- virtual void SAL_CALL acquire() throw() override;
- virtual void SAL_CALL release() throw() override;
+ virtual void SAL_CALL acquire() noexcept override;
+ virtual void SAL_CALL release() noexcept override;
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;