[Libreoffice-bugs] [Bug 115931] ScFiltersTest:: testOrcusODSStyleInterface fails with liborcus 0.13.3
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 22 08:40:19 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=115931
--- Comment #2 from Olivier Tilloy <olivier.tilloy at canonical.com> ---
Tentative patch (untested, might not be complete):
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -839,7 +839,7 @@ void ScOrcusStyles::fill::applyToItemSet
return;
}
- rSet.Put(SvxBrushItem(maBgColor, ATTR_BACKGROUND));
+ rSet.Put(SvxBrushItem(maFgColor, ATTR_BACKGROUND));
}
--
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/20180222/9205999b/attachment.html>
More information about the Libreoffice-bugs
mailing list