From 9184d677140f839f18da81ac05fe8c3e545814a6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Oct 2006 11:24:08 +0000 Subject: 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. --- svx/source/dialog/pagectrl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/dialog/pagectrl.cxx') 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; -- cgit