Kaydet (Commit) 63eef1c1 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#39348 toggling grammar checkbox deletes sentence

üst acfe7d39
...@@ -769,7 +769,8 @@ void SpellDialog::Impl_Restore() ...@@ -769,7 +769,8 @@ void SpellDialog::Impl_Restore()
//get a new sentence //get a new sentence
aSentenceED.SetText(rtl::OUString()); aSentenceED.SetText(rtl::OUString());
aSentenceED.ResetModified(); aSentenceED.ResetModified();
SpellContinue_Impl(); //Resolves: fdo#39348 refill the dialog with the currently spelled sentence
SpellContinue_Impl(true);
aIgnorePB.SetText(aIgnoreOnceST); aIgnorePB.SetText(aIgnoreOnceST);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment