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