diff options
Diffstat (limited to 'sd/source/ui/inc/WindowUpdater.hxx')
-rw-r--r-- | sd/source/ui/inc/WindowUpdater.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/inc/WindowUpdater.hxx b/sd/source/ui/inc/WindowUpdater.hxx index ee5dcd0f55f8..33c947d8eb07 100644 --- a/sd/source/ui/inc/WindowUpdater.hxx +++ b/sd/source/ui/inc/WindowUpdater.hxx @@ -73,12 +73,6 @@ public: */ void UnregisterWindow (vcl::Window* pWindow); - /** Set the view shell whose output devices shall be kept up to date. - It is used to clear the master page cache so that a redraw affects - the master page content as well. - */ - void SetViewShell (ViewShell& rViewShell); - /** Set the document so that it is reformatted when one of the monitored values changes. @param pDocument @@ -104,9 +98,6 @@ private: /// Options to monitor for changes. SvtCTLOptions maCTLOptions; - /// Keep the output devices of this view shell up to date. - ViewShell* mpViewShell; - /// The document rendered in the output devices. SdDrawDocument* mpDocument; |