summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/docuno.cxx')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 1729c2ca1cdb..3bade0c6164a 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -1245,12 +1245,12 @@ uno::Any SAL_CALL ScModelObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScModelObj::acquire() throw()
+void SAL_CALL ScModelObj::acquire() noexcept
{
SfxBaseModel::acquire();
}
-void SAL_CALL ScModelObj::release() throw()
+void SAL_CALL ScModelObj::release() noexcept
{
SfxBaseModel::release();
}