From b7cbd7b8c91915db5b4146af53f24e82d9394e1f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Mar 2019 22:09:21 -0700 Subject: docx writer: avoid extra copy of abstractNum and num elements... ...in numbering.xml. This caused pandoc-produced docx files to be uneditable using Word Online. The problem was that recent versions of reference.docx include samples of various kinds of text, including lists. The numering elements for these were getting copied over to the new docx, where they clashed with the autogenerated elements produced by pandoc. This didn't confuse Desktop Word, but it did confuse Word Online. Closes #5358. --- test/docx/golden/headers.docx | Bin 10134 -> 10009 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test/docx/golden/headers.docx') diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx index a51443929..b8b3e0e16 100644 Binary files a/test/docx/golden/headers.docx and b/test/docx/golden/headers.docx differ -- cgit v1.2.3