To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=111812
------- Additional comments from [email protected] Tue May 25 09:47:45 +0000 2010 ------- The problem seems to lie in the track change implementation for inserting sections , ideally it should be implemented with 2 sets of insert change marks to indicate the the starting of the section - and the ending of the section : This is how the change is recorded currently :: <text:change-start text:change-id="ct-1422418760"/> <text:section text:style-name="Sect1" text:name="Section1"> <text:p text:style-name="P1"> But presently I had my first bit of objective information. </text:p> </text:section> <text:p text:style-name="P1"> <text:change-end text:change-id="ct-1422418760"/> </text:p> This is how perhaps it should have been recorded :: <text:change-start text:change-id="ct-1422418760"/> <text:section text:style-name="Sect1" text:name="Section1"> <text:change-end text:change-id="ct-1422418760"/> <text:p text:style-name="P1"> But presently I had my first bit of objective information. </text:p> <text:change-start text:change-id="ct-1422418761"/> </text:section> <text:p text:style-name="P1"> <text:change-end text:change-id="ct-1422418761"/> </text:p> --------------------------------------------------------------------- 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]
