https://bugs.documentfoundation.org/show_bug.cgi?id=109285
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED See Also| |https://bz.apache.org/ooo/s | |how_bug.cgi?id=30314 --- Comment #11 from Justin L <[email protected]> --- This is from sw/source/uibase/wrtsh/wrtsh1.cxx's SwWrtShell::NumOrBulletOn calling RemoveLeadingWhiteSpace(). author Kurt Zenkeron 2005-01-21 09:44:26 +0000 with commit c84f75834b94a98380494fc0855cd8cc0df235a1 changed RemoveLeadingChars to RemoveLeadingWhiteSpace. This was a slight change to author RĂ¼diger Timm on 2004-10-22 07:15:19 +0000 commit 651e60f73a677844de3f87055c07093a1d59ea5a #i30314# convert tabs to numindent So the OOo bug deliberately removed all leading whitespace, and this bug report seems to expect the same thing (wondering why tabs were "added"). So the most reasonable fix seems to be that each paragraph in the selection should RemoveLeadingWhiteSpace. -- You are receiving this mail because: You are the assignee for the bug.
