summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/docprev.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-14 12:11:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-14 12:11:50 +0000
commitf686414bf4a0bd95249c47e42fea4e8e7e0b10b3 (patch)
tree6ea47ed4049a1a614396d5b6703e4528d92cd0c2 /sd/source/ui/dlg/docprev.cxx
parente96fe875d647102ec9787fbd4d715760bfded385 (diff)
INTEGRATION: CWS jl57 (1.20.50); FILE MERGED
2007/02/08 13:15:02 jl 1.20.50.1: #i73475# build breaks with gcc3
Diffstat (limited to 'sd/source/ui/dlg/docprev.cxx')
-rw-r--r--sd/source/ui/dlg/docprev.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx
index cbcc48c8e7b3..c30892fe3a0b 100644
--- a/sd/source/ui/dlg/docprev.cxx
+++ b/sd/source/ui/dlg/docprev.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docprev.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:04:46 $
+ * last change: $Author: obo $ $Date: 2007-03-14 13:11:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -336,7 +336,7 @@ void SdDocPreviewWin::updateViewSettings()
// Use new StandardCheckVisisbilityRedirector
StandardCheckVisisbilityRedirector aRedirector;
- const Rectangle aRedrawRectangle( Point(), aNewSize );
+ const Rectangle aRedrawRectangle = Rectangle( Point(), aNewSize );
Region aRedrawRegion(aRedrawRectangle);
pView->SdrPaintView::CompleteRedraw(&aVDev,aRedrawRegion,0,&aRedirector);