To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75750
                 Issue #|75750
                 Summary|Writer fails to merge identical text styles when combi
                        |ning paragraphs
               Component|Word processor
                 Version|OOo 2.2 RC4
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|fme
             Reported by|martinwhitaker





------- Additional comments from [EMAIL PROTECTED] Mon Mar 26 14:01:02 +0000 
2007 -------
If I create a document with one paragraph, then apply some formating to
that paragraph (e.g. change the font size), the resulting content.xml
file represents the paragraph like this:

   <text:p text:style-name="P1">test</text:p>

If I then break this into two paragraphs, this becomes:

   <text:p text:style-name="P1">te</text:p>
   <text:p text:style-name="P1">st</text:p>

If I then remove the paragraph break, the result is:

   <text:p text:style-name="P1"><text:span
text:style-name="T1">te</text:span>st</text:p>

with

  <style:style style:name="P1" style:family="paragraph"
style:parent-style-name="Standard">
   <style:text-properties fo:font-size="16pt" style:font-size-asian="16pt"
style:font-size-complex="16pt"/>
  </style:style>
  <style:style style:name="T1" style:family="text">
   <style:text-properties fo:font-size="16pt" style:font-size-asian="16pt"
style:font-size-complex="16pt"/>
  </style:style>

whereas the expected result would be that the two styles would be merged,
returning the content.xml file to its original form.

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