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

--- Comment #14 from Xisco FaulĂ­ <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to