diff options
author | Jim Raykowski <raykowj@gmail.com> | 2022-09-19 00:44:04 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2022-12-31 03:49:18 +0000 |
commit | 5a06b3b789063e77afe7395226359c6ce8aad156 (patch) | |
tree | d56511021b2da7d3e6a7bc746e461823a93c7d46 /svtools/JunitTest_svtools_unoapi.mk | |
parent | 12e8d57e791bb1befc0716d4d02af7d1d1ccb4ae (diff) |
tdf#151051 Fix promote/demote outline-level promotes/demotes both
outline nodes for outline nodes with table content as last content
followed immediately by an outline node
SwCursorShell::MakeOutlineSel function, currently used to select the
range of outline nodes for outline-level promote/demote, makes a
cursor selection of outline nodes to the start of the next outline
node past the outline nodes to be promoted/demoted. The selection is
then adjusted to the end content of the previous node. When the
previous node is a table, the selection does not move into the table,
but remains at the start of outline node that is one node after the
wanted range. This patch avoids use of the MakeOutlineSel function
for outline-level promote/demote.
Change-Id: Ida505df6ec172681868e86570ae523494ed7929e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141128
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'svtools/JunitTest_svtools_unoapi.mk')
0 files changed, 0 insertions, 0 deletions