cws tl80: #i111753# fixed Calc spezific spell check problem introduced by fix for #i110341

This commit is contained in:
Thomas Lange [tl] 2010-05-27 12:08:21 +02:00
parent f93f7d4c56
commit 31319bc6b2

View file

@ -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---------------------------------------------------