summaryrefslogtreecommitdiffstats
path: root/svtools/source/uno/toolboxcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/toolboxcontroller.cxx')
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 949c7c1cfb68..fa881b64ad4b 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -142,12 +142,12 @@ Any SAL_CALL ToolboxController::queryInterface( const Type& rType )
return a.hasValue() ? a : OPropertyContainer::queryInterface(rType);
}
-void SAL_CALL ToolboxController::acquire() throw ()
+void SAL_CALL ToolboxController::acquire() noexcept
{
ToolboxController_Base::acquire();
}
-void SAL_CALL ToolboxController::release() throw ()
+void SAL_CALL ToolboxController::release() noexcept
{
ToolboxController_Base::release();
}