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

sw_redlinehide_3: update frames in MoveParagraph()

... if redlining is disabled and MoveNodeRange is called.

Change-Id: I8c4e35b1b783446ab9bd888599bcce44222857e8
üst 2d89cd4a
...@@ -822,6 +822,10 @@ namespace ...@@ -822,6 +822,10 @@ namespace
{ {
rSvRedLine.SetPos( nInsPos ); rSvRedLine.SetPos( nInsPos );
pDoc->getIDocumentRedlineAccess().AppendRedline( rSvRedLine.pRedl, true ); pDoc->getIDocumentRedlineAccess().AppendRedline( rSvRedLine.pRedl, true );
if (rSvRedLine.pRedl->GetType() == nsRedlineType_t::REDLINE_DELETE)
{
UpdateFramesForAddDeleteRedline(*pDoc, *rSvRedLine.pRedl);
}
} }
pDoc->getIDocumentRedlineAccess().SetRedlineFlags_intern( eOld ); pDoc->getIDocumentRedlineAccess().SetRedlineFlags_intern( eOld );
......
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