INTEGRATION: CWS aw033 (1.21.38); FILE MERGED
2008/07/10 13:18:31 aw 1.21.38.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:57:32 aw 1.21.38.3: RESYNC: (1.22-1.23); FILE MERGED 2008/03/14 14:04:43 cl 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/29 10:36:15 aw 1.21.38.1: updated refresh for ActionChanged(), diverse removals
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: vdraw.cxx,v $
|
||||
* $Revision: 1.23 $
|
||||
* $Revision: 1.24 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
@@ -34,7 +34,6 @@
|
||||
|
||||
#include <svx/svdmodel.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/xoutx.hxx>
|
||||
#include <tools/shl.hxx>
|
||||
#include <swmodule.hxx>
|
||||
#include <svtools/accessibilityoptions.hxx>
|
||||
@@ -231,10 +230,7 @@ void SwViewImp::PaintLayer( const SdrLayerID _nLayerID,
|
||||
}
|
||||
|
||||
pOutDev->Push( PUSH_LINECOLOR ); // #114231#
|
||||
// Region aDrawRegion(_rRect.SVRect());
|
||||
//GetPageView()->DrawLayer( _nLayerID, aDrawRegion, pOutDev,
|
||||
// GetShell()->IsPreView() ? SDRPAINTMODE_ANILIKEPRN : 0);
|
||||
GetPageView()->DrawLayer( _nLayerID, pOutDev, GetShell()->IsPreView() ? SDRPAINTMODE_ANILIKEPRN : 0);
|
||||
GetPageView()->DrawLayer(_nLayerID, pOutDev);
|
||||
pOutDev->Pop();
|
||||
|
||||
// OD 29.08.2002 #102450#
|
||||
|
Reference in New Issue
Block a user