summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/pagectrl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:24:08 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:24:08 +0000
commit9184d677140f839f18da81ac05fe8c3e545814a6 (patch)
tree577405e385f39cafb1612f708614fd06f404b6e1 /svx/source/dialog/pagectrl.cxx
parentINTEGRATION: CWS sb59 (1.4.14); FILE MERGED (diff)
downloadcore-9184d677140f839f18da81ac05fe8c3e545814a6.tar.gz
core-9184d677140f839f18da81ac05fe8c3e545814a6.zip
INTEGRATION: CWS sb59 (1.13.50); FILE MERGED
2006/08/21 15:31:12 sb 1.13.50.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.
Diffstat (limited to 'svx/source/dialog/pagectrl.cxx')
-rw-r--r--svx/source/dialog/pagectrl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index 70a2a6a39240..fc40ac7d91f4 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pagectrl.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:33:29 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:24:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -201,8 +201,8 @@ void SvxPageWindow::DrawPage( const Point& rOrg, const BOOL bSecond, const BOOL
{
SetLineColor( Color(COL_TRANSPARENT) );
SetFillColor( rDlgColor );
- Size aWinSize(GetOutputSize());
- DrawRect( Rectangle( Point(0,0), aWinSize ) );
+ Size winSize(GetOutputSize());
+ DrawRect( Rectangle( Point(0,0), winSize ) );
if ( pImpl->bResetBackground )
pImpl->bResetBackground = sal_False;