[Libreoffice-bugs] [Bug 113271] FILEOPEN: XLSX: Incorrect font colour

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 24 22:23:51 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=113271

--- Comment #2 from Bartosz <gang65 at poczta.onet.pl> ---
The wrong colour information is inside the file:
xl/styles.xml file.

The wrong code which is causing this issue is:

    <fonts count="3" x14ac:knownFonts="1">
        <font>
            <sz val="11"/>
            <color theme="1" rgb="FFFFFF"/>
            <name val="Calibri"/>
            <family val="2"/>
            <scheme val="minor"/>
        </font>

Generally rgb="FFFFFF" colour could be for background, but I need to confirm.

The colours with themes are inside file:
xl/theme/theme1.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171124/72725dab/attachment.html>


More information about the Libreoffice-bugs mailing list