cws tl80: #i111753# fixed Calc spezific spell check problem introduced by fix for #i110341
This commit is contained in:
parent
f93f7d4c56
commit
31319bc6b2
1 changed files with 3 additions and 2 deletions
|
@ -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---------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue