To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75008
------- Additional comments from [EMAIL PROTECTED] Tue Mar 6 08:25:44 +0000 2007 ------- Sure, that's easy: Create new document. Insert a second paragraph with content "A". Slecet "A" and insert a section (Insert/Section) Insert another paragraph behind "A" with content "B" Insert a table behind "B". Select "B" Insert a second section (Insert/Section). That's it. The structure of this document regarding our node model is now like this: <start-node> // content <text-node> // empty paragraph <start-node> // section 1 <text-node> // A <start-node> // section 2 <text-node> // B <end-node> // section 2 <start-node> // table <start-node> // cell <text-node> // table content <end-node> // cell <end-node> // table <text-node> // empty paragraph <end-node> // section 1 <end-node> // content AFAIR all works fine, if there is no section 2 in front of the table. So you could create anther document without this section and try to find the difference between these two documents. You could set a break into the destructor of SwTxtFrm, in the bug document the table content will not be deleted but in the working document (I assume). --------------------------------------------------------------------- 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]
