summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/WindowUpdater.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-24 16:17:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-24 16:17:47 +0000
commitf2519a567f7fe700ce3444f4120dd0f1a5e92754 (patch)
treea444af323b04b0a69cedd61b55e50a61efe972dc /sd/source/ui/view/WindowUpdater.cxx
parentINTEGRATION: CWS aw003 (1.10.150); FILE MERGED (diff)
downloadcore-f2519a567f7fe700ce3444f4120dd0f1a5e92754.tar.gz
core-f2519a567f7fe700ce3444f4120dd0f1a5e92754.zip
INTEGRATION: CWS aw003 (1.2.18); FILE MERGED
2003/08/20 10:26:06 aw 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2003/07/02 09:08:56 aw 1.2.18.1: #110094#-7 // Remove MasterPagePaintCache
Diffstat (limited to 'sd/source/ui/view/WindowUpdater.cxx')
-rw-r--r--sd/source/ui/view/WindowUpdater.cxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx
index 42d287cdf6a3..0058a481a063 100644
--- a/sd/source/ui/view/WindowUpdater.cxx
+++ b/sd/source/ui/view/WindowUpdater.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WindowUpdater.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-07-02 14:30:51 $
+ * last change: $Author: rt $ $Date: 2003-11-24 17:17:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -247,12 +247,13 @@ void WindowUpdater::Notify (SfxBroadcaster& rBC, const SfxHint& rHint)
if (rSimpleHint.GetId() == SFX_HINT_CTL_SETTINGS_CHANGED)
{
// Clear the master page cache so that master pages will be redrawn.
- if (mpViewShell != NULL)
- {
- SdView* pView = mpViewShell->GetView();
- if (pView != NULL)
- pView->ReleaseMasterPagePaintCache ();
- }
+ // #110094#-7
+ //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())