tdf#147310 sw_redlinehide: recreate frames for whole table deleted
commitd5b8e5359e517c5f54ae7127e25116305e179f65
authorMichael Stahl <michael.stahl@allotropia.de>
Mon, 7 Mar 2022 14:57:09 +0000 (7 15:57 +0100)
committerMichael Stahl <michael.stahl@allotropia.de>
Tue, 23 Aug 2022 15:49:08 +0000 (23 17:49 +0200)
tree721b05a378b8f51d8066d65a4ee354b9abf340f9
parente649b15edbf49adfcbc08bc97cc4ff82bdd5ed4d
tdf#147310 sw_redlinehide: recreate frames for whole table deleted

SwUndoDelete calls MakeFrames with end being end node of the table, but
it needs to be the following node (with a frame).

(regression from commit 723728cd358693b8f4bc9d913541aa4479f2bd48)

Change-Id: Id0974c8349be5aef9630822738eae9462bbcb4f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131112
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
(cherry picked from commit 6f20bcb152948a24dbe40ca2e6c4ecef2bebf853)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131131
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
(cherry picked from commit d65b07c42206476ab471320c8261a96adad4d515)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131627
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
sw/qa/extras/uiwriter/uiwriter2.cxx
sw/source/core/undo/undel.cxx