summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeHandle.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeHandle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
index ee7143459b9c..c7b790063d31 100644
--- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx
@@ -35,13 +35,13 @@ EnhancedCustomShapeHandle::~EnhancedCustomShapeHandle()
}
-void SAL_CALL EnhancedCustomShapeHandle::acquire() throw()
+void SAL_CALL EnhancedCustomShapeHandle::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL EnhancedCustomShapeHandle::release() throw()
+void SAL_CALL EnhancedCustomShapeHandle::release() noexcept
{
OWeakObject::release();
}