sc/source/ui/view/spelldialog.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 940e65304437362f7926042a1eac385802ab3eb9
Author: Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to