summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/WindowUpdater.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/WindowUpdater.cxx')
-rw-r--r--sd/source/ui/view/WindowUpdater.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 2726833637ee..410a0470f68d 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.cxx
@@ -34,7 +34,7 @@ WindowUpdater::WindowUpdater()
maCTLOptions.AddListener(this);
}
-WindowUpdater::~WindowUpdater() throw ()
+WindowUpdater::~WindowUpdater() noexcept
{
maCTLOptions.RemoveListener(this);
}