diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:08:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:08:37 +0000 |
commit | ed47f6a21ecaa7d42f9326f5afb80737ac1392af (patch) | |
tree | 0112f3003d57f5b558c62f9488550f516afea22f /svx/source | |
parent | abed2a8a37f478764e40c8d4a68101984b4eb730 (diff) |
INTEGRATION: CWS aw046 (1.87.36); FILE MERGED
2007/04/23 22:00:56 aw 1.87.36.2: RESYNC: (1.87-1.88); FILE MERGED
2007/04/03 10:02:31 aw 1.87.36.1: #i74769# removed ExpandPaintClipRegion
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdobj.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx index d3d3dea68c1d..ba37d0f82a39 100644 --- a/svx/source/svdraw/svdobj.cxx +++ b/svx/source/svdraw/svdobj.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdobj.cxx,v $ * - * $Revision: 1.88 $ + * $Revision: 1.89 $ * - * last change: $Author: obo $ $Date: 2007-03-06 14:41:08 $ + * last change: $Author: hr $ $Date: 2007-06-26 12:08:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -955,9 +955,6 @@ sal_Bool SdrObject::SingleObjectPainter(XOutputDevice& rXOut, const SdrPaintInfo aDisplayInfo.SetPaintInfoRec((SdrPaintInfoRec*)&rInfoRec); aDisplayInfo.SetOutputDevice(rXOut.GetOutDev()); - // keep draw hierarchy up-to-date - aPainter.PreProcessDisplay(aDisplayInfo); - // do processing aPainter.ProcessDisplay(aDisplayInfo); |