summaryrefslogtreecommitdiff
path: root/UnoControls/source/base/basecontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/base/basecontrol.cxx')
-rw-r--r--UnoControls/source/base/basecontrol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx
index 1993e74c64b4..f76b605202ab 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -88,7 +88,7 @@ Any SAL_CALL BaseControl::queryInterface( const Type& rType )
// XInterface
-void SAL_CALL BaseControl::acquire() throw()
+void SAL_CALL BaseControl::acquire() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.
@@ -99,7 +99,7 @@ void SAL_CALL BaseControl::acquire() throw()
// XInterface
-void SAL_CALL BaseControl::release() throw()
+void SAL_CALL BaseControl::release() noexcept
{
// Attention:
// Don't use mutex or guard in this method!!! Is a method of XInterface.