summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/basidectrlr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basidectrlr.cxx')
-rw-r--r--basctl/source/basicide/basidectrlr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basidectrlr.cxx b/basctl/source/basicide/basidectrlr.cxx
index 88e67bc3bbc0..849bff30cbe7 100644
--- a/basctl/source/basicide/basidectrlr.cxx
+++ b/basctl/source/basicide/basidectrlr.cxx
@@ -61,12 +61,12 @@ Any SAL_CALL Controller::queryInterface( const Type & rType )
return aReturn;
}
-void SAL_CALL Controller::acquire() throw()
+void SAL_CALL Controller::acquire() noexcept
{
SfxBaseController::acquire();
}
-void SAL_CALL Controller::release() throw()
+void SAL_CALL Controller::release() noexcept
{
SfxBaseController::release();
}