summaryrefslogtreecommitdiff
path: root/svx/source/inc/formcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/formcontroller.hxx')
-rw-r--r--svx/source/inc/formcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 230b0e0f50c7..d0936816a0ed 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -206,8 +206,8 @@ namespace svxform
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& type) 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;
// XTypeProvider
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;