From ba59e5447ffe8d15dd7fee69a7aa03706ce3c49b Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 12 Feb 2015 08:52:40 -0500 Subject: Docx writer: Add footnotes id -1 and 0. Word uses, by default, footnotes with id -1 and 0 for separators. If a user modifies reference.docx, they will end up with a settings.xml file that references these footnotes, but no such footnotes in the document. This will produce a corruption error. Here we add these to the document and settings.xml file, so future modifications won't break the file. --- data/reference.docx | Bin 8393 -> 8474 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'data') diff --git a/data/reference.docx b/data/reference.docx index 39f4fc19e..c2e5075b1 100644 Binary files a/data/reference.docx and b/data/reference.docx differ -- cgit v1.2.3