diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-04-05 15:47:38 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-04-05 16:53:55 +0200 |
commit | e4042da6e63ed2ac6e1687f696580d9a502bad83 (patch) | |
tree | 90fb49675b91a9b6b688443faffde4e166d68d41 /tools/source | |
parent | e006c6ce7502f47889034b98cb0795e78ea36094 (diff) |
sw: fix crashtesting assert on tdf90408-1.doc
frmpaint.cxx:801: SwTextFrame::PaintSwFrame: Assertion `... || oTaggedParagraph || ...' failed.
The problem is that here the SwNumberingPortion is outside of the table
cell and even outside of the page due to negative indent, hence
CalcPaintOfst() skips it.
Have to add another special case to open the LBody/P tags in this case.
Let's not produce Lbl tag in this case since it's not visible.
(regression from commit 9b38beadf9eaf027b201cdf0ecb2bce5611014dd)
Change-Id: Ic048849c9f426ebfa59e05acece1ec995fd28247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150056
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'tools/source')
0 files changed, 0 insertions, 0 deletions