cui/source/dialogs/SpellDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54c0e817a2db81d438e945bb4f0599e046df7459
Author: Andrea Pescetti <pesce...@apache.org>
Date:   Sun Aug 30 15:36:27 2015 +0000

    #i126447# Fix text deletion when toggling "Check grammar" in spell checker.
    
    Patch by: Stefan Heinemann <stefan.heinem...@adfinis-sygroup.ch>

diff --git a/cui/source/dialogs/SpellDialog.cxx 
b/cui/source/dialogs/SpellDialog.cxx
index 6c95a20..5366370 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -787,7 +787,7 @@ void SpellDialog::Impl_Restore()
     //get a new sentence
     aSentenceED.SetText(rtl::OUString());
     aSentenceED.ResetModified();
-    SpellContinue_Impl();
+    SpellContinue_Impl(true);
     aIgnorePB.SetText(aIgnoreOnceST);
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to