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.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 54ce0e292f6f..e355feb42ee6 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.cxx
@@ -32,8 +32,7 @@
namespace sd {
WindowUpdater::WindowUpdater()
- : mpViewShell (nullptr),
- mpDocument (nullptr)
+ : mpDocument (nullptr)
{
maCTLOptions.AddListener(this);
}
@@ -70,11 +69,6 @@ void WindowUpdater::UnregisterWindow (vcl::Window* pWindow)
}
}
-void WindowUpdater::SetViewShell (ViewShell& rViewShell)
-{
- mpViewShell = &rViewShell;
-}
-
void WindowUpdater::SetDocument (SdDrawDocument* pDocument)
{
mpDocument = pDocument;