https://bugs.freedesktop.org/show_bug.cgi?id=49343

             Bug #: 49343
           Summary: failure to apply named font colour specified in file
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.4 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Spreadsheet
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 60854
  --> https://bugs.freedesktop.org/attachment.cgi?id=60854
sample file

In the attached file in cell A1 we have the string "abc":

in content.xml
<table:table-cell table:style-name="Gnumeric-default"
office:value-type="string">
<text:p>a<text:span text:style-name="NS-colour-ff0000">b</text:span>c</text:p>
</table:table-cell>

The style-name "NS-colour-ff0000" refers to the named style given in
styles.xml:

<style:style style:name="NS-colour-ff0000" style:family="text"
style:display-name="Font Color #ff0000">
      <style:text-properties fo:color="#ff0000"/>
</style:style>

This should cause the "b" in A1 to be red, but it shows as regular black.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to