summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/shapeuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/shapeuno.cxx')
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index 7f26e409866c..bce996f1ed59 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -139,12 +139,12 @@ uno::Any SAL_CALL ScShapeObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScShapeObj::acquire() throw()
+void SAL_CALL ScShapeObj::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL ScShapeObj::release() throw()
+void SAL_CALL ScShapeObj::release() noexcept
{
OWeakObject::release();
}
@@ -1304,7 +1304,7 @@ uno::Sequence<sal_Int8> SAL_CALL ScShapeObj::getImplementationId()
return css::uno::Sequence<sal_Int8>();
}
-SdrObject* ScShapeObj::GetSdrObject() const throw()
+SdrObject* ScShapeObj::GetSdrObject() const noexcept
{
if(mxShapeAgg.is())
return SdrObject::getSdrObjectFromXShape( mxShapeAgg );