diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-02-03 22:50:55 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-02-03 22:50:55 -0800 |
| commit | 0706c7a285fb905345276370da17ad74eefa7135 (patch) | |
| tree | 41fe7db5a01c604f45164e4caff99121cadea58d /test | |
| parent | 03bb426a4a65918bfd6fbd63d5bb32a657df5568 (diff) | |
Docx writer: restore ability to center-justify table.
The fix to #5947 caused all tables to be left indented.
This was necessary to avoid extra indentation in table cells
when a table appeared in a list item. This change makes
the changes conditional, so that they only affect tables
in list items.
Closes #9393.
Diffstat (limited to 'test')
| -rw-r--r-- | test/docx/golden/table_one_row.docx | bin | 9826 -> 9824 bytes |
| -rw-r--r-- | test/docx/golden/table_with_list_cell.docx | bin | 10146 -> 10144 bytes |
| -rw-r--r-- | test/docx/golden/tables-default-widths.docx | bin | 10172 -> 10169 bytes |
| -rw-r--r-- | test/docx/golden/tables.docx | bin | 10186 -> 10183 bytes |
| -rw-r--r-- | test/docx/golden/tables_separated_with_rawblock.docx | bin | 9822 -> 9822 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx Binary files differindex d9f19244d..41412be0c 100644 --- a/test/docx/golden/table_one_row.docx +++ b/test/docx/golden/table_one_row.docx diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx Binary files differindex 7453d859e..cd98d27ee 100644 --- a/test/docx/golden/table_with_list_cell.docx +++ b/test/docx/golden/table_with_list_cell.docx diff --git a/test/docx/golden/tables-default-widths.docx b/test/docx/golden/tables-default-widths.docx Binary files differindex a0fb886cd..7732d137d 100644 --- a/test/docx/golden/tables-default-widths.docx +++ b/test/docx/golden/tables-default-widths.docx diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx Binary files differindex 6b8994f27..10c952625 100644 --- a/test/docx/golden/tables.docx +++ b/test/docx/golden/tables.docx diff --git a/test/docx/golden/tables_separated_with_rawblock.docx b/test/docx/golden/tables_separated_with_rawblock.docx Binary files differindex d4022225d..77bfe3cac 100644 --- a/test/docx/golden/tables_separated_with_rawblock.docx +++ b/test/docx/golden/tables_separated_with_rawblock.docx |
