[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cui/source
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Aug 22 05:29:48 PDT 2011
cui/source/dialogs/SpellDialog.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 87bfbda761a9ac7101310b591964c385e936f702
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
Signed-off-by: Petr Mladek <pmladek at suse.cz>
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index e8b2dcb..86a3529 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