Kaydet (Commit) f8cde353 authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide_2: incorrect call to lcl_SetWrong

Must not move WrongList indexes for redline ops, which do not actually
insert/delete characters.

Change-Id: I965c60dad691128125ef9cdacdb388b30c9d52f3
üst 9a5dec4a
......@@ -1707,7 +1707,7 @@ void SwTextFrame::SwClientNotify(SwModify const& rModify, SfxHint const& rHint)
{
InvalidateRange( SwCharRange(nPos, TextFrameIndex(1)), m );
}
lcl_SetWrong( *this, rNode, nNPos, m, true );
lcl_SetWrong( *this, rNode, nNPos, m, false );
if (nLen)
{
lcl_SetScriptInval( *this, nPos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment