[Libreoffice-bugs] [Bug 105517] Chart: incorrect colour
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 3 01:02:39 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=105517
--- Comment #3 from Aron Budea <baron at caesar.elte.hu> ---
The direct cause is that in ClrScheme::setColor(...) [1] there is now an
unconditional push_back into maClrScheme.
During loading the bugdoc there are two "rounds" of filling maClrScheme, and
after the second round there are two sets of tokens where the tokens overlap.
Making push_back conditional, and overwrite the entry in maClrScheme if it
exists trivially fixes this issue, but I don't know if the solution is that
simple.
[1]
https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/clrscheme.cxx#83
--
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/20170903/0aafca8d/attachment.html>
More information about the Libreoffice-bugs
mailing list