[Libreoffice-bugs] [Bug 57589] FILEOPEN - A particular docx has a black background where text should be
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 18 14:31:30 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=57589
--- Comment #13 from Justin L <jluth at mail.com> ---
The problem is that LO isn't parsing #-denoted colors, but just failing to zero
(aka black) because
> OOXMLHexValue::OOXMLHexValue(const char * pValue)
> : mnValue(rtl_str_toUInt32(pValue, 16))
doesn't handle # hex notation and so the following fails:
<w:style w:type="paragraph" w:default="1" w:styleId="Normal">
<w:name w:val="Normal"/>
<w:pPr>
<w:shd w:fill="#ffffff"/>
--
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/20180818/80fed561/attachment.html>
More information about the Libreoffice-bugs
mailing list