INTEGRATION: CWS aw007 (1.10.20); FILE MERGED
2003/12/09 10:02:05 aw 1.10.20.1: #114231# Secure the InitRedraw call with Push(PUSH_LINECOLOR), Pop() calls to save/restore the SW LineColor
This commit is contained in:
parent
0faab27531
commit
239883d995
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: vdraw.cxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-11-24 16:11:25 $
|
||||
* last change: $Author: vg $ $Date: 2003-12-16 13:06:08 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -280,9 +280,11 @@ void SwViewImp::PaintLayer( const SdrLayerID _nLayerID,
|
|||
|
||||
//#110094#-3
|
||||
//Link aLnk( LINK( this, SwViewImp, PaintDispatcher ) );
|
||||
pOutDev->Push( PUSH_LINECOLOR ); // #114231#
|
||||
GetPageView()->InitRedraw( _nLayerID, _rRect.SVRect(),
|
||||
pOutDev,
|
||||
GetShell()->IsPreView() ? SDRPAINTMODE_ANILIKEPRN : 0);
|
||||
pOutDev->Pop();
|
||||
//#110094#-3
|
||||
//,&aLnk );
|
||||
|
||||
|
|
Loading…
Reference in a new issue