[Libreoffice-bugs] [Bug 124013] FILESAVE XLSX Background fill of shapes disappear
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 8 16:11:24 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124013
--- Comment #14 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
(In reply to Buovjaga from comment #10)
> Bibisected with the new win32-4.3 to
> https://gerrit.libreoffice.org/plugins/gitiles/core/+/
> bc0a9076aa43a0782bcf81e55d3f84f6af0f68e8%5E!/
> ooxml: Preserve shape theme attribute for solid fill
>
> Same one blamed for bug 91332 and bug 103478
In that commit, jacobo added this comment in
https://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx?r=ef43ee69#443
// in case the shape used the style color and the user didn't change it,
// we must not write a <a: solidFill> tag.
why? who knows...
so the this issue is only happening when the color is not saved, if we change
the color and then saved the document, the shape is displayed after the RT
Removing the condition before the comment
if ( nFillColor != nThemeColor || nAlpha != nThemeAlpha )
would fix the issue...
--
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/20191108/45481961/attachment.html>
More information about the Libreoffice-bugs
mailing list