[Libreoffice-bugs] [Bug 121111] FILESAVE: DOC/RTF: Paragraph fill becomes blue after roundtrip
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 5 17:19:03 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=121111
--- Comment #2 from Justin L <jluth at mail.com> ---
Looks like the problem is with
else if ( false && m_bFillSpecified && m_bAutoFillColor )
pPropertyMap->Insert(PROP_FILL_STYLE,
uno::makeAny(drawing::FillStyle_NONE));
So, likely the export code for these formats is not looking at FillStyle_NONE,
and just using the fill color anyway. Exposed existing problem.
--
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/20181105/4c0323d7/attachment.html>
More information about the Libreoffice-bugs
mailing list