To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89751


User fme changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|OOo 3.0                   |OOo 3.x
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jun  6 16:09:31 +0000 
2008 -------
Analysis: If we have the text: "word1word2" with Arial applied as a hard
formatting on the whole paragraph and Times applied to word2. Then a "format
reset" on word2 will first remove the Arial attribute from the paragraph and
apply it to the characters inside the paragraph. During the portion building
process, the new text attribute Arial will be split into two pieces, one
covering word1 and one covering word2. The second piece of the Arial attribute
will be merged with any existing attributes on word2, therefore the Times
attribute will be deleted.

Possible fix: When moving hard attributes from the paragraph to the text
(hintsarray) in SwDoc::RstAttrs() we could pass the DONTREPLACE flag and act
accordingly in the BuildPortions() function.

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