diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2025-03-12 14:59:16 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2025-03-13 16:52:03 +0100 |
commit | fad4e0972de6f3fb121dc23f31457df2201f0675 (patch) | |
tree | 2a3b9cbc57e9a0b352c7a461897f8f7cfb940148 /udm/util | |
parent | dfedf4fd99a5f9cdce2374e0e3f09065b9f86d58 (diff) |
tdf#164945 writerfilter: RTF import: fix erroneous default paragraph...
feature/cib_contract49d
... properties in empty table cell.
The problem is that for an empty table cell, there is a sequence of
buffer entries SETSTYLE, PROPS, SETSTYLE, PROPS, and the 2nd PROPS
sets a default value of the LN_CT_PrBase_pBdr SPRM, and that overwrites
the \brdrs value that was contained in the 1st PROPS.
All these buffer entries originate in \cell handler, which must use
ST_StyleType_character when buffering the character properties, then no
paragraph properties will be generated in getProperties() for the 2nd
PROPS.
(regression from commit 6f42a2c8631bace1caa4fac0b3ea554942f1fca3)
Change-Id: Iefb939d8d8dace6dc58cb665b4bd1575f09701c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182835
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
(cherry picked from commit 1a7346e7f14b54cf5d9b74798d41cff2a3a05872)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182867
Tested-by: allotropia jenkins <jenkins@allotropia.de>
Diffstat (limited to 'udm/util')
0 files changed, 0 insertions, 0 deletions