[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source
Andrea Pescetti
pescetti at apache.org
Sun Aug 30 09:08:33 PDT 2015
cui/source/dialogs/SpellDialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 54c0e817a2db81d438e945bb4f0599e046df7459
Author: Andrea Pescetti <pescetti at 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.heinemann at 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);
}
More information about the Libreoffice-commits
mailing list