sw/source/core/doc/DocumentContentOperationsManager.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit bc4b13fd98fbc0f93d79079ef1e2620c760cea76 Author: Michael Stahl <michael.st...@cib.de> AuthorDate: Fri Nov 2 19:26:19 2018 +0100 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Fri Nov 2 19:26:19 2018 +0100 sw_redlinehide_3: update frames in MoveParagraph() ... if redlining is are disabled and MoveNodeRange is called. Change-Id: I8c4e35b1b783446ab9bd888599bcce44222857e8 diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index 8dcec0a9fd15..4854afde55c1 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -826,6 +826,10 @@ namespace { rSvRedLine.SetPos( nInsPos ); pDoc->getIDocumentRedlineAccess().AppendRedline( rSvRedLine.pRedl, true ); + if (rSvRedLine.pRedl->GetType() == nsRedlineType_t::REDLINE_DELETE) + { + UpdateFramesForAddDeleteRedline(*pDoc, *rSvRedLine.pRedl); + } } pDoc->getIDocumentRedlineAccess().SetRedlineFlags_intern( eOld ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits