[Libreoffice-bugs] [Bug 126499] Chart in a form: setmodified(true) won't be executed
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 26 15:12:13 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=126499
--- Comment #14 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Stang from comment #11)
> Samples posted here and in bug 122298 no longer work in LO v7.1.0.3
(In reply to Buovjaga from comment #13)
> That's a new regression. I will bibisect it today and create a new report
> based on attachment 161675 [details].
Note that since fixing tdf#77007, you can't sett a chart modified in a document
that disallows setting modified. This looks correct to me, and thus the macro
in attachment 161675 will not work: the said macro attempts to update the chart
using a call to css::util::XModifiable::setModified, relying on a side effect
of that call; while the proper way would be calling
css::util::XUpdatable::update.
--
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/20210426/bb604c93/attachment.htm>
More information about the Libreoffice-bugs
mailing list