https://bugs.documentfoundation.org/show_bug.cgi?id=152553
--- Comment #8 from Justin L <[email protected]> --- The code is in sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx SwSpellDialogChildWindow::GetNextWrongSentence. Sadly, there is no obvious way in here to trigger SpellDialog::Close (and my attempts to do so failed due to focus or some other low-level reason). So, this does not work for example: SfxViewFrame::Current()->ToggleChildWindow(GetType()); (In reply to kitchm from comment #7) > There are a couple competing concepts here. First, the idea is that the > selected or highlighted word is the one needing checking, and then nothing > else. The dialog box should close after that word alone is checked. Why would you run the spell dialog for just one word? Just right-click (without selecting) on the word and chose a replacement. -- You are receiving this mail because: You are the assignee for the bug.
