diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-27 20:52:39 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-28 15:43:40 +0000 |
commit | ade0a153f453500f15343380ac937252992733e0 (patch) | |
tree | 379bbeb1039fc6d4f984bff895b8619cac87fc3c /sw/qa/extras/odfexport/data | |
parent | f36265ed0e0229dc9dacd18cc16867b22d655dbe (diff) |
tdf#114287 xmloff: ODF import: fix text:list override of list style
The problem is that the list element applies a list style, which should
override the list style that's set in the common style
"myStyleWithNumbering" of the paragraph, but these happend to be the
same list styles and so the override was skipped, resulting in bad text
formatting.
<text:list xml:id="list3425910577850" text:continue-numbering="true" text:style-name="Numbering_20_123">
The same problem exists if the list-item element has a style-override.
This is similar to bug i#101349 which fixed it for an automatic
paragraph style applying the same list style as its parent style.
Change-Id: Idc6f10f93976de7e7bdceccbe3012c4157f61ad1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147930
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/qa/extras/odfexport/data')
-rw-r--r-- | sw/qa/extras/odfexport/data/tdf114287.odt | bin | 0 -> 10067 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/sw/qa/extras/odfexport/data/tdf114287.odt b/sw/qa/extras/odfexport/data/tdf114287.odt Binary files differnew file mode 100644 index 000000000000..a9e9d38e29bf --- /dev/null +++ b/sw/qa/extras/odfexport/data/tdf114287.odt |