summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/unomodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/unomodel.cxx')
-rw-r--r--basctl/source/basicide/unomodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/unomodel.cxx b/basctl/source/basicide/unomodel.cxx
index f22634935fcc..4a9ee759f060 100644
--- a/basctl/source/basicide/unomodel.cxx
+++ b/basctl/source/basicide/unomodel.cxx
@@ -59,13 +59,13 @@ uno::Any SAL_CALL SIDEModel::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL SIDEModel::acquire() throw()
+void SAL_CALL SIDEModel::acquire() noexcept
{
SolarMutexGuard aGuard;
OWeakObject::acquire();
}
-void SAL_CALL SIDEModel::release() throw()
+void SAL_CALL SIDEModel::release() noexcept
{
SolarMutexGuard aGuard;
OWeakObject::release();