summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/UpdateRequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/UpdateRequest.cxx')
-rw-r--r--sd/source/ui/framework/configuration/UpdateRequest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/UpdateRequest.cxx b/sd/source/ui/framework/configuration/UpdateRequest.cxx
index ec927e238003..53c9ddd45049 100644
--- a/sd/source/ui/framework/configuration/UpdateRequest.cxx
+++ b/sd/source/ui/framework/configuration/UpdateRequest.cxx
@@ -25,12 +25,12 @@ using namespace ::com::sun::star::drawing::framework;
namespace sd::framework
{
-UpdateRequest::UpdateRequest() throw()
+UpdateRequest::UpdateRequest() noexcept
: UpdateRequestInterfaceBase(MutexOwner::maMutex)
{
}
-UpdateRequest::~UpdateRequest() throw() {}
+UpdateRequest::~UpdateRequest() noexcept {}
void SAL_CALL UpdateRequest::execute(const Reference<XConfiguration>&)
{