To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81014
------- Additional comments from [EMAIL PROTECTED] Tue Aug 28 11:03:58 +0000 2007 ------- I have located the problem in class sdr::contact::ObjectContact (svx/source/sdr/contact/objectcontact.cxx). The mbDrawHierarchyValid flag is not reset to sal_False when the hierarchy of contact objects is released in ClearDrawHierarchy(). As a result the hierarchy is released but not rebuild because mbDrawHierarchyValid still pretends that it is valid. Adding a call to MarkDrawHierarchyInvalid() to ClearDrawHierarchy() fixes this bug. I still have to find out if that fix breaks something else. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
