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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 1c308f21652d..4a2e0aa0f6aa 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.cxx
@@ -32,14 +32,14 @@
namespace sd {
-WindowUpdater::WindowUpdater (void)
+WindowUpdater::WindowUpdater()
: mpViewShell (NULL),
mpDocument (NULL)
{
maCTLOptions.AddListener(this);
}
-WindowUpdater::~WindowUpdater (void) throw ()
+WindowUpdater::~WindowUpdater() throw ()
{
maCTLOptions.RemoveListener(this);
}