summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/viewuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/viewuno.cxx')
-rw-r--r--sc/source/ui/unoobj/viewuno.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index df01cd42855d..9a2932ca1e12 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -420,12 +420,12 @@ uno::Any SAL_CALL ScViewPaneObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScViewPaneObj::acquire() throw()
+void SAL_CALL ScViewPaneObj::acquire() noexcept
{
OWeakObject::acquire();
}
-void SAL_CALL ScViewPaneObj::release() throw()
+void SAL_CALL ScViewPaneObj::release() noexcept
{
OWeakObject::release();
}
@@ -485,12 +485,12 @@ uno::Any SAL_CALL ScTabViewObj::queryInterface( const uno::Type& rType )
return aRet;
}
-void SAL_CALL ScTabViewObj::acquire() throw()
+void SAL_CALL ScTabViewObj::acquire() noexcept
{
SfxBaseController::acquire();
}
-void SAL_CALL ScTabViewObj::release() throw()
+void SAL_CALL ScTabViewObj::release() noexcept
{
SfxBaseController::release();
}
@@ -2162,12 +2162,12 @@ uno::Any ScPreviewObj::queryInterface(const uno::Type& rType)
return SfxBaseController::queryInterface(rType);
}
-void ScPreviewObj::acquire() throw()
+void ScPreviewObj::acquire() noexcept
{
SfxBaseController::acquire();
}
-void ScPreviewObj::release() throw()
+void ScPreviewObj::release() noexcept
{
SfxBaseController::release();
}