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

--- Comment #7 from Matúš Kukan <[email protected]> ---
So, the problem commit is

commit 7e745ab5f235ba6d93c48755642642d0a9f83763
Author: Jacobo Aragunde Pérez <[email protected]>
Date:   Thu Jan 16 10:27:46 2014 +0100

    ooxml: Preserve shape theme attribute for solid fill

It makes the output more similar to the origin, but in this case (always in
xlsx?) we don't write theme/theme1.xml and can't get "accent1" color to be
used.
Previously, we were writing color explicitly as
<a:solidFill>
  <a:srgbClr val="4f81bd"/>
</a:solidFill>

(Well, this commit only changes background color, borders are still visible and
were broken somewhere later.. perhaps in
5391d4872e71d1edba7acc4ad2d2e3b5b97e1723)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to