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 | 90cd00166565e117d655eb3458269de281310e81 (patch) | |
tree | 8e4cd2aa9db429bf5da6178ccf064f2c7c043bcf /editeng | |
parent | 07e24fae223a1cb580a4776b3eed77e93617eefc (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 3e86f357eb..6fc80acf06 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--------------------------------------------------- |