https://bugs.documentfoundation.org/show_bug.cgi?id=126814
--- Comment #7 from Justin L <[email protected]> --- First, I have https://gerrit.libreoffice.org/c/core/+/187667 It solves the scenario where two apps are spell checking simultaneously and introducing correct-all words that can affect the other apps' spell check results. Steps to reproduce: 1. open 91151_correctAll.odt (attachment 201641 from bug 91151 comment 17) 2. select everything and copy to clipboard (Ctrl-a, Ctrl-c) 3. start a new spreadsheet in calc. Paste from the clipboard (Ctrl-v) 4. start a spell check in calc [which clears the ChangeAll list] (F7) 5. switch to Writer and start a spell check there too [which again clears ChangeAll] 6. In Writer - Correct All for dogg, catt, frogg 7. In Calc (notice no "resume" requested)- ignore once for "dogg". At this point, Calc notices stuff in the correct-all list and the remaining dogg, catt, and frogg's will be corrected (until a new mis-spelled word is seen). That's not good - so my patch flushes the (shared) correct-all list if another spell-check had added entries. -- You are receiving this mail because: You are the assignee for the bug.
