summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:28:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:28:20 +0000
commit9a5a08f0352a471948f1e7c0aa901b0f3b49a034 (patch)
treee1cfa61b99f41e0efb73932613cc01b2379283c0 /sw/source/core/view/vdraw.cxx
parentbdfeef462e3afdb654ad2c83d594ee684031dec9 (diff)
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
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index d19489926bb2..7429eb5c444d 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -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#