summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formcontroller.cxx')
-rw-r--r--svx/source/form/formcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index a885988abda7..84aef7b60d90 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -609,13 +609,13 @@ FormController::~FormController()
}
-void SAL_CALL FormController::acquire() throw ()
+void SAL_CALL FormController::acquire() noexcept
{
FormController_BASE::acquire();
}
-void SAL_CALL FormController::release() throw ()
+void SAL_CALL FormController::release() noexcept
{
FormController_BASE::release();
}