summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cursuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/cursuno.cxx')
-rw-r--r--sc/source/ui/unoobj/cursuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx
index 7928fceb0dbb..ea726a2baed0 100644
--- a/sc/source/ui/unoobj/cursuno.cxx
+++ b/sc/source/ui/unoobj/cursuno.cxx
@@ -50,12 +50,12 @@ uno::Any SAL_CALL ScCellCursorObj::queryInterface( const uno::Type& rType )
return ScCellRangeObj::queryInterface( rType );
}
-void SAL_CALL ScCellCursorObj::acquire() throw()
+void SAL_CALL ScCellCursorObj::acquire() noexcept
{
ScCellRangeObj::acquire();
}
-void SAL_CALL ScCellCursorObj::release() throw()
+void SAL_CALL ScCellCursorObj::release() noexcept
{
ScCellRangeObj::release();
}