summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 11:05:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 11:05:07 +0000
commit95663bc64d534f2aadb4a5f5ced44ca370239256 (patch)
tree7d92bbeed1fe294f8bd0b83ab361db8cc03a5284 /svx
parent2bcb1cbfd78a6d62a28fa6e68235a275049e66eb (diff)
INTEGRATION: CWS aw046 (1.8.166); FILE MERGED
2007/04/03 10:13:14 aw 1.8.166.1: #i74769# removed ExpandPaintClipRegion
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/objectcontactofobjlistpainter.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx b/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx
index 3489dd8c9ca9..ee918e5871f6 100644
--- a/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx
+++ b/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objectcontactofobjlistpainter.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:30:39 $
+ * last change: $Author: hr $ $Date: 2007-06-26 12:05:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -145,6 +145,12 @@ namespace sdr
// Process the whole displaying
void ObjectContactPainter::ProcessDisplay(DisplayInfo& rDisplayInfo)
{
+ if(!IsDrawHierarchyValid())
+ {
+ // The default implementation ensures a valid draw hierarchy.
+ EnsureValidDrawHierarchy(rDisplayInfo);
+ }
+
if( mbIsInitialized
&& IsDrawHierarchyValid()
&& rDisplayInfo.GetPaintInfoRec()