[Libreoffice-commits] .: cui/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Aug 22 03:34:04 PDT 2011
cui/source/dialogs/SpellDialog.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 63eef1c1cf203aa75093b479a1e8dd24593546e7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Aug 22 11:33:42 2011 +0100
Resolves: fdo#39348 toggling grammar checkbox deletes sentence
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index c3591b9..cfdc2f5 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -769,7 +769,8 @@ void SpellDialog::Impl_Restore()
//get a new sentence
aSentenceED.SetText(rtl::OUString());
aSentenceED.ResetModified();
- SpellContinue_Impl();
+ //Resolves: fdo#39348 refill the dialog with the currently spelled sentence
+ SpellContinue_Impl(true);
aIgnorePB.SetText(aIgnoreOnceST);
}
More information about the Libreoffice-commits
mailing list