From 940e65304437362f7926042a1eac385802ab3eb9 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 15 Mar 2016 13:08:03 +0100 Subject: tdf#79312 sc: Don't close the spellchecker when finished This has been done for Writer and Impress, but not for Calc. Change-Id: I16e4f3ef41233a6cb135a66b70aa0c710fee9dfe Reviewed-on: https://gerrit.libreoffice.org/23268 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sc/source/ui/view/spelldialog.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/source') diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx index 5ee00f9bde01..db43544df45e 100644 --- a/sc/source/ui/view/spelldialog.cxx +++ b/sc/source/ui/view/spelldialog.cxx @@ -85,10 +85,6 @@ svx::SpellPortions ScSpellDialogChildWindow::GetNextWrongSentence( bool /*bReche } while( mbNeedNextObj ); } - - // finished? - close the spelling dialog - if( mxEngine->IsFinished() ) - GetBindings().GetDispatcher()->Execute( SID_SPELL_DIALOG, SfxCallMode::ASYNCHRON ); } return aPortions; } -- cgit