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

Armin Le Grand (CIB) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #5 from Armin Le Grand (CIB) <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to