summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/geometrycontrolmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/geometrycontrolmodel.cxx')
-rw-r--r--toolkit/source/controls/geometrycontrolmodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx
index eb21d49bc07f..53a7f02d45ef 100644
--- a/toolkit/source/controls/geometrycontrolmodel.cxx
+++ b/toolkit/source/controls/geometrycontrolmodel.cxx
@@ -274,13 +274,13 @@
}
- void SAL_CALL OGeometryControlModel_Base::acquire( ) throw()
+ void SAL_CALL OGeometryControlModel_Base::acquire( ) noexcept
{
OGCM_Base::acquire();
}
- void SAL_CALL OGeometryControlModel_Base::release( ) throw()
+ void SAL_CALL OGeometryControlModel_Base::release( ) noexcept
{
OGCM_Base::release();
}