https://issues.apache.org/ooo/show_bug.cgi?id=121643
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED CC| |[email protected] Ever confirmed|0 |1 --- Comment #3 from Ariel Constenla-Haile <[email protected]> --- Changing a single spelling error takes care of trailling spaces (it tracks them, stores the state and restores them if the replacement has no trailing space) IMPL_LINK( SpellDialog, ChangeHdl, Button *, EMPTYARG ) http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/SpellDialog.cxx?revision=1413471&view=markup#l621 when changing all, this is not taken into account: IMPL_LINK( SpellDialog, ChangeAllHdl, Button *, EMPTYARG ) http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/SpellDialog.cxx?revision=1413471&view=markup#l643 -- You are receiving this mail because: You are on the CC list for the bug.
