diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-03-15 13:08:03 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-03-15 14:49:52 +0000 |
commit | 940e65304437362f7926042a1eac385802ab3eb9 (patch) | |
tree | ee36ae8d37c75aeea03b62e186372dea59fb508a /sc/source | |
parent | 09e201fcf2813152335d50588dae0c38adc88d51 (diff) |
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 <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/view/spelldialog.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |