Kaydet (Commit) 9184d677 authored tarafından Oliver Bolte's avatar Oliver Bolte

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.
üst efeffc70
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment