diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-01-20 12:01:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-01-20 12:01:14 +0000 |
commit | 25f1da1edcb27ea5b6558cca9b453a9d59127e48 (patch) | |
tree | 3f935f624d1f3dc23b6b6a0cdfccc0e3d632c71d /svx/source | |
parent | 7fec20e7817f64f3c6126612c74dcf756e636c22 (diff) |
CWS-TOOLING: integrate CWS tl64_DEV300
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/SpellDialog.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/dialog/SpellDialog.cxx b/svx/source/dialog/SpellDialog.cxx index cb33295aa465..300aee8197f7 100644 --- a/svx/source/dialog/SpellDialog.cxx +++ b/svx/source/dialog/SpellDialog.cxx @@ -813,6 +813,8 @@ IMPL_LINK( SpellDialog, IgnoreHdl, Button *, EMPTYARG ) //in case the error has been changed manually it has to be restored aSentenceED.RestoreCurrentError(); rParent.ApplyChangedSentence(aSentenceED.CreateSpellPortions(true)); + aSentenceED.ResetModified(); + // the word is being ignored SpellContinue_Impl(); bModified = false; |