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 10:29:31 
+0000 2010 -------
On further thought the right way to implement the change mark is to add a
deletion change (to delete the paragraph) and a insert change (to insert a
section with a paragraph -- the same paragraph that was deleted)  :

Presently ::

       <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>

Suggested  ::

       <text:change text:change-id="ct-1422418760" /> <== this is the deletion
change recording the deleted paragraph 
       <text:change-start text:change-id="ct-1422418761"/>
            <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-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]

Reply via email to