[Libreoffice-bugs] [Bug 118203] measure lines (dimension line) have no value

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 15 16:48:50 UTC 2018


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

Armin Le Grand (CIB) <Armin.Le.Grand at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |Armin.Le.Grand at me.com
                   |desktop.org                 |

--- Comment #5 from Armin Le Grand (CIB) <Armin.Le.Grand at me.com> ---
Looks as if in MeasureProperties::SetStyleSheet the call to UndirtyText causes
a endless loop: It calls-back the CalcFieldValueHandler, that tries to get the
SfxItemSet which is not yet initialized and will call
MeasureProperties::SetStyleSheet again to init the StyleSheet for the to-be-set
SfxItemSet (that again calls UndirtyText...).
Should be fixable by 1st calling parent in MeasureProperties::SetStyleSheet
what will already create the needed SfxItemSet - first beed to update master...

-- 
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/20180915/a0cc61bd/attachment-0001.html>


More information about the Libreoffice-bugs mailing list