https://bugs.documentfoundation.org/show_bug.cgi?id=128192
Baole Fang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #9 from Baole Fang <[email protected]> --- I've taken a look into this bug, and here is the current AutoCorrect logic for non default paragraph style: If the current style is user defined, then AutoCorrect is applied according to whether "Replace Custom Styles" is checked. Else, if the style is not default paragraph style, then it is assumed that everything is well formatted. It will get into HAS_FMTCOLL state, where BuildText() is not correctly run. I can fix it by calling BuildText() properly. In the same fix, I'll prevent AutoCorrect from changing the style to "Text Body" mentioned in bug 90507. -- You are receiving this mail because: You are the assignee for the bug.
