summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-26 21:40:13 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-26 22:02:49 +0200
commit19f41fce02b83e9a076b5f97c22b5a8926fb6144 (patch)
treefcbf20cbf6b0d1a217abd3bc8a1713f833e6fb9d /ure
parent6565de2c88aeeb2a8130fa65ae55b15cc7b8b2ca (diff)
sw: fix ~SwIndexReg assert in DelFullPara() importing tdf108272-1.docx
The code in DelFullPara() returns early if it can't move the rPam out of the to-be-deleted paragraph, but it only checks that the point of the rPam is outside; it then rather pointlessly assigns the 0 index in the node where the mark is, which leaves the mark on the to-be-deleted paragraph. In this modern day and age, after much technological progress, DeleteMark() actually does unregister its SwIndex, so just do that. Change-Id: Ia1643cf0b976857809ee4130efdec37ce831fdef
Diffstat (limited to 'ure')
0 files changed, 0 insertions, 0 deletions