summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r--starmath/source/unomodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index de29e8260812..20bc4f35280f 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -312,7 +312,7 @@ SmModel::SmModel( SfxObjectShell *pObjSh )
{
}
-SmModel::~SmModel() throw ()
+SmModel::~SmModel() noexcept
{
}
@@ -333,12 +333,12 @@ uno::Any SAL_CALL SmModel::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL SmModel::acquire() throw()
+void SAL_CALL SmModel::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL SmModel::release() throw()
+void SAL_CALL SmModel::release() noexcept
{
OWeakObject::release();
}