[Libreoffice-commits] core.git: sc/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Tue Mar 15 14:50:22 UTC 2016
sc/source/ui/view/spelldialog.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 940e65304437362f7926042a1eac385802ab3eb9
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Tue Mar 15 13:08:03 2016 +0100
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 at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx
index 5ee00f9..db43544 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;
}
More information about the Libreoffice-commits
mailing list