summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/docprev.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:13:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:13:45 +0000
commitc5fec0345b06f65ec3b846872d261eff19c5a2c3 (patch)
tree4adc1987ef521d808b39710fa9de7cda6f7f2d3d /sd/source/ui/dlg/docprev.cxx
parentdd6085c7650bab89cee526e4d9e333f98fd7f907 (diff)
INTEGRATION: CWS aw033 (1.23.38); FILE MERGED
2008/05/14 14:50:57 aw 1.23.38.2: RESYNC: (1.23-1.25); FILE MERGED 2008/01/29 10:34:20 aw 1.23.38.1: updated refresh for ActionChanged(), diverse removals
Diffstat (limited to 'sd/source/ui/dlg/docprev.cxx')
-rw-r--r--sd/source/ui/dlg/docprev.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx
index e9812ad90d78..51e65618a607 100644
--- a/sd/source/ui/dlg/docprev.cxx
+++ b/sd/source/ui/dlg/docprev.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docprev.cxx,v $
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
* This file is part of OpenOffice.org.
*
@@ -284,7 +284,7 @@ void SdDocPreviewWin::updateViewSettings()
StandardCheckVisisbilityRedirector aRedirector;
const Rectangle aRedrawRectangle = Rectangle( Point(), aNewSize );
Region aRedrawRegion(aRedrawRectangle);
- pView->SdrPaintView::CompleteRedraw(&aVDev,aRedrawRegion,0,&aRedirector);
+ pView->SdrPaintView::CompleteRedraw(&aVDev,aRedrawRegion,&aRedirector);
aVDev.Pop();