summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/WindowUpdater.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-05 22:42:19 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 17:11:00 +0000
commit4ef564882dd85750576aea92524236f96ab720f6 (patch)
treed07ecbf7122d01f5dae2d25448644e019343fc20 /sd/source/ui/view/WindowUpdater.cxx
parentRemoved dead code and comments from sd (diff)
downloadcore-4ef564882dd85750576aea92524236f96ab720f6.tar.gz
core-4ef564882dd85750576aea92524236f96ab720f6.zip
Remove dead codes from sd
Diffstat (limited to 'sd/source/ui/view/WindowUpdater.cxx')
-rw-r--r--sd/source/ui/view/WindowUpdater.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 7fd41b01b11c..5837e53bbeda 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.cxx
@@ -161,14 +161,6 @@ void WindowUpdater::UpdateWindow (OutputDevice* pDevice) const
void WindowUpdater::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
{
- // #110094#-7
- // Clear the master page cache so that master pages will be redrawn.
- //if (mpViewShell != NULL)
- //{
- // SdView* pView = mpViewShell->GetView();
- // if (pView != NULL)
- // pView->ReleaseMasterPagePaintCache ();
- //}
// Set the current state at all registered output devices.
tWindowList::iterator aWindowIterator (maWindowList.begin());
while (aWindowIterator != maWindowList.end())