https://bugs.documentfoundation.org/show_bug.cgi?id=168424
Jonathan Clark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #3 from Jonathan Clark <[email protected]> --- The root cause is unsafe implicit casting between signed and unsigned ints inside editeng's RTF parser. The SvxLRSpaceItem rework made it possible to represent the very large unsigned first line indent generated by the RTF code, rather than it silently overflowing and being treated as the small negative first line indent that is intended. -- You are receiving this mail because: You are the assignee for the bug.
