diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-17 13:22:46 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-03-17 14:10:42 +0000 |
commit | 2f94534311e68d27c888628b4694a67a38bcfde5 (patch) | |
tree | bed707b5f5a8d2debcb8a4a32a03fbab3f985c34 /sc | |
parent | d477fa8ac1b0d3ee81427217bbb5950278ab16db (diff) |
sw: fix crash on exporting forum-en-3524.odt to PDF
It turns out that the m_bFootnoteNum flag is no guarantee that there is
a SwFootnoteNumPortion, because if it has no width, it will be deleted
in SwLineLayout::CalcLine(); the flag indicates that this is the frame
which would contain the SwFootnoteNumPortion, which appears to be
checked in SwTextFrame::Prepare().
(regression from commit 92f7d3bfedc71bb0a91cf77b0263633c9d0f8d14)
Change-Id: I2f3ff70e6c2bb3379068b285cdd5fd52bc7cecf8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149053
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sc')
0 files changed, 0 insertions, 0 deletions