diff options
| author | John MacFarlane <[email protected]> | 2023-12-18 09:54:14 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-18 09:54:14 -0800 |
| commit | 9c5e6aeedc8fe8653e9e050d5dfefc969f0d8e8c (patch) | |
| tree | f2fdd7e593c2d04ebd83c3bac8a2eb462560fef4 /test/docx | |
| parent | 72269357b759ff75e6b9c7bf45d4f55f6985e903 (diff) | |
Docx writer: fix validation error.
The elements in pPr in lists were not properly ordered.
This doesn't seem to cause problems for Word, but it makes
validation fail and may pose problems for other consumers of
docx. Closes #9265.
Diffstat (limited to 'test/docx')
| -rw-r--r-- | test/docx/golden/lists.docx | bin | 10199 -> 10199 bytes |
| -rw-r--r-- | test/docx/golden/lists_div_bullets.docx | bin | 9847 -> 9849 bytes |
| -rw-r--r-- | test/docx/golden/lists_multiple_initial.docx | bin | 10076 -> 10077 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx Binary files differindex d4d95b0a3..a92c1d470 100644 --- a/test/docx/golden/lists.docx +++ b/test/docx/golden/lists.docx diff --git a/test/docx/golden/lists_div_bullets.docx b/test/docx/golden/lists_div_bullets.docx Binary files differindex 3fdf638bb..af466f425 100644 --- a/test/docx/golden/lists_div_bullets.docx +++ b/test/docx/golden/lists_div_bullets.docx diff --git a/test/docx/golden/lists_multiple_initial.docx b/test/docx/golden/lists_multiple_initial.docx Binary files differindex e374a5b64..c13bdc3bf 100644 --- a/test/docx/golden/lists_multiple_initial.docx +++ b/test/docx/golden/lists_multiple_initial.docx |
