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

--- Comment #1 from Baole Fang <[email protected]> ---
When clicking Tools/AutoCorrect/Apply, SwAutoFormat::SwAutoFormat in
sw/source/core/edit/autofmt.cxx is being called.

During the first two times when auto correct works, eStat is set to
TST_TXT_BODY and BuildText() is called, where text related auto correct is run,
including URL Recognition, Capitalize first letter, etc.

However, when manual auto correct fails, eStat is never set to TST_TXT_BODY, so
BuildText() is never called.

The fix should start from fixing the eStat jumping logics.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to