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

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

Reply via email to