[Libreoffice-bugs] [Bug 90906] FILEOPEN: DOCX - Incorrect text highlight color in table header
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 18 19:26:42 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=90906
--- Comment #8 from Justin L <jluth at mail.com> ---
The white character background comes from the Normal style w:fill.
<w:style w:type="paragraph" w:default="1" w:styleId="Normal">
<w:color w:val="000000"/><w:shd w:val="clear" w:color="auto"
w:fill="FFFFFF"/>
The cells are trying to override it with w:fill="auto", but AutoFillColor is
being ignored.
else if ((nWW8BrushStyle || !m_bAutoFillColor))
{
pPropertyMap->Insert( m_OutputFormat == Form ? PROP_BACK_COLOR
: PROP_CHAR_BACK_COLOR, uno::makeAny( nApplyColor
));
--
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/89c02deb/attachment.html>
More information about the Libreoffice-bugs
mailing list