diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:24:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:24:08 +0000 |
commit | 9184d677140f839f18da81ac05fe8c3e545814a6 (patch) | |
tree | 577405e385f39cafb1612f708614fd06f404b6e1 /svx/source/dialog/pagectrl.cxx | |
parent | efeffc700d5b6b7c896163b4b3e1f2c2a746804e (diff) |
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.cxx | 8 |
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; |