diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-27 12:08:21 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-27 12:08:21 +0200 |
commit | 31319bc6b2191cc95fac058347578e3ad54a95bb (patch) | |
tree | 80b0ca19b61cb933d60cc1c16a1c259b37f86996 /editeng | |
parent | f93f7d4c56a6cf671e709f03aafadbb11b2a338c (diff) |
cws tl80: #i111753# fixed Calc spezific spell check problem introduced by fix for #i110341
Diffstat (limited to 'editeng')
-rwxr-xr-x | editeng/source/editeng/impedit4.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 4f56faae8548..482cd6d71338 100755 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -2299,9 +2299,10 @@ void ImpEditEngine::ApplyChangedSentence(EditView& rEditView, aNext = EditPaM( aOldSel.Max().GetNode(), nEndOfSentence ); } rEditView.pImpEditView->SetEditSelection( aNext ); + + FormatAndUpdate(); + aEditDoc.SetModified(TRUE); } - FormatAndUpdate(); - aEditDoc.SetModified(TRUE); #endif } /*-- 08.09.2008 11:33:02--------------------------------------------------- |