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

sw_redlinehide_2: also reset Merge flag in CheckParaRedlineMerge

If it sets the Merge flag, it needs to reset it too.

Change-Id: I0b07ca87ff9911db37166312ca07edd15e8b496c
üst a0fe386d
......@@ -102,6 +102,10 @@ CheckParaRedlineMerge(SwTextFrame & rFrame, SwTextNode & rTextNode,
}
if (!bHaveRedlines)
{
if (pNode->GetRedlineMergeFlag() != SwNode::Merge::None)
{
pNode->SetRedlineMergeFlag(SwNode::Merge::None);
}
return nullptr;
}
if (nLastEnd != pNode->Len())
......
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