summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-30 15:37:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-30 15:37:26 +0000
commit38acaacb03e5dc84adfb6847566abc3fda13fffc (patch)
treec989bfc25d0328e2975a4100174acb522d1079ca /svx
parent666af70971bbe562b2155202adda65438d6e0f75 (diff)
INTEGRATION: CWS impress129_SRC680 (1.12.98); FILE MERGED
2007/08/28 11:37:40 af 1.12.98.1: #i81014# Call MarkDrawHierarchyInvalid() from ClearDrawHierarchy().
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/objectcontact.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/objectcontact.cxx b/svx/source/sdr/contact/objectcontact.cxx
index f5963fbab11f..dfc7dffed4cf 100644
--- a/svx/source/sdr/contact/objectcontact.cxx
+++ b/svx/source/sdr/contact/objectcontact.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objectcontact.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:43:59 $
+ * last change: $Author: vg $ $Date: 2007-08-30 16:37:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,6 +159,8 @@ namespace sdr
// Clear Draw Hierarchy data.
void ObjectContact::ClearDrawHierarchy()
{
+ MarkDrawHierarchyInvalid();
+
// throw away old hierarchy info
while(maDrawHierarchy.Count())
{