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

--- Comment #13 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to