From bd69218451037df2215ba0cbbb95eda2c3000450 Mon Sep 17 00:00:00 2001 From: Agustín Martín Barbero Date: Fri, 19 Jul 2019 18:32:43 +0200 Subject: Change order of ilvl and numId in document.xml (#5647) Workaround for Word Online shortcomming. Fixes #5645 Also, make list para properties go first. This reordering of properties shouldn't be necessary but it seems Word Online does not understand the docx correctly otherwise. --- test/docx/golden/lists.docx | Bin 10281 -> 10282 bytes test/docx/golden/lists_continuing.docx | Bin 10078 -> 10077 bytes test/docx/golden/lists_restarting.docx | Bin 10077 -> 10077 bytes test/docx/golden/table_with_list_cell.docx | Bin 10197 -> 10194 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test/docx') diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx index 4a8764a6c..96a2816b7 100644 Binary files a/test/docx/golden/lists.docx and b/test/docx/golden/lists.docx differ diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx index 293bc34cc..e6bac969e 100644 Binary files a/test/docx/golden/lists_continuing.docx and b/test/docx/golden/lists_continuing.docx differ diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx index 2fcd77629..3f153ce1d 100644 Binary files a/test/docx/golden/lists_restarting.docx and b/test/docx/golden/lists_restarting.docx differ diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx index f4c01527a..9130c33f3 100644 Binary files a/test/docx/golden/table_with_list_cell.docx and b/test/docx/golden/table_with_list_cell.docx differ -- cgit v1.2.3