summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 14:00:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 14:00:00 +0000
commit284bd871db74093b3b253e93be52e949ac7cff26 (patch)
tree591ceacdfb05aa5c6eed11d7ca8cdbbb72e451ac /sw/source/core/view/vdraw.cxx
parent26311dba6fd3253addd57c4f2d44a553dd4e96fa (diff)
INTEGRATION: CWS pages01_DEV300 (1.21.12); FILE MERGED
2007/10/24 15:00:19 fme 1.21.12.1: #i1598# Multiple Page View
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index 832a276a5e5c..304c2a22c271 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vdraw.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 09:42:24 $
+ * last change: $Author: kz $ $Date: 2008-03-07 15:00:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -339,7 +339,7 @@ void SwViewImp::NotifySizeChg( const Size &rNewSz )
GetPageView()->GetPage()->SetSize( rNewSz );
//Begrenzung des Arbeitsbereiches.
- Rectangle aRect( Point( DOCUMENTBORDER, DOCUMENTBORDER ), rNewSz );
+ const Rectangle aRect( Point( DOCUMENTBORDER, DOCUMENTBORDER ), rNewSz );
const Rectangle &rOldWork = GetDrawView()->GetWorkArea();
BOOL bCheckDrawObjs = FALSE;
if ( aRect != rOldWork )