aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-15 10:54:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-15 10:54:05 -0700
commit2cf971cf56cbcdfcd6ee245df0d6e9811dc3573b (patch)
tree4962a7af1ed73630554d0044578bba2b11097d7a
parentbf73a151974d9bca89901052255cb10628b72960 (diff)
downloadpandoc-2cf971cf56cbcdfcd6ee245df0d6e9811dc3573b.tar.gz
docx writer: Remove rsids from settings.docx.
Word will add these when revisions are made. But it's pointless to start out with a set of them.
-rw-r--r--data/docx/word/settings.xml12
-rw-r--r--test/docx/golden/block_quotes.docxbin10061 -> 9981 bytes
-rw-r--r--test/docx/golden/codeblock.docxbin9910 -> 9830 bytes
-rw-r--r--test/docx/golden/comments.docxbin10248 -> 10168 bytes
-rw-r--r--test/docx/golden/custom_style_no_reference.docxbin10011 -> 9931 bytes
-rw-r--r--test/docx/golden/custom_style_preserve.docxbin10640 -> 10560 bytes
-rw-r--r--test/docx/golden/custom_style_reference.docxbin12397 -> 12317 bytes
-rw-r--r--test/docx/golden/definition_list.docxbin9910 -> 9830 bytes
-rw-r--r--test/docx/golden/document-properties-short-desc.docxbin9916 -> 9835 bytes
-rw-r--r--test/docx/golden/document-properties.docxbin10393 -> 10314 bytes
-rw-r--r--test/docx/golden/headers.docxbin10049 -> 9969 bytes
-rw-r--r--test/docx/golden/image.docxbin26727 -> 26647 bytes
-rw-r--r--test/docx/golden/inline_code.docxbin9849 -> 9769 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin10029 -> 9949 bytes
-rw-r--r--test/docx/golden/inline_images.docxbin26783 -> 26703 bytes
-rw-r--r--test/docx/golden/link_in_notes.docxbin10071 -> 9991 bytes
-rw-r--r--test/docx/golden/links.docxbin10242 -> 10162 bytes
-rw-r--r--test/docx/golden/lists.docxbin10308 -> 10228 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10104 -> 10024 bytes
-rw-r--r--test/docx/golden/lists_multiple_initial.docxbin10186 -> 10106 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10102 -> 10022 bytes
-rw-r--r--test/docx/golden/nested_anchors_in_header.docxbin10206 -> 10126 bytes
-rw-r--r--test/docx/golden/notes.docxbin10018 -> 9938 bytes
-rw-r--r--test/docx/golden/raw-blocks.docxbin9950 -> 9870 bytes
-rw-r--r--test/docx/golden/raw-bookmarks.docxbin10084 -> 10004 bytes
-rw-r--r--test/docx/golden/table_one_row.docxbin9920 -> 9840 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10238 -> 10159 bytes
-rw-r--r--test/docx/golden/tables.docxbin10279 -> 10200 bytes
-rw-r--r--test/docx/golden/track_changes_deletion.docxbin9893 -> 9813 bytes
-rw-r--r--test/docx/golden/track_changes_insertion.docxbin9876 -> 9796 bytes
-rw-r--r--test/docx/golden/track_changes_move.docxbin9910 -> 9830 bytes
-rw-r--r--test/docx/golden/track_changes_scrubbed_metadata.docxbin10022 -> 9942 bytes
-rw-r--r--test/docx/golden/unicode.docxbin9835 -> 9755 bytes
-rw-r--r--test/docx/golden/verbatim_subsuper.docxbin9882 -> 9802 bytes
34 files changed, 1 insertions, 11 deletions
diff --git a/data/docx/word/settings.xml b/data/docx/word/settings.xml
index afa0199c9..fca255b90 100644
--- a/data/docx/word/settings.xml
+++ b/data/docx/word/settings.xml
@@ -17,16 +17,6 @@
<w:characterSpacingControl w:val="doNotCompress" />
<w:savePreviewPicture />
<w:rsids>
- <w:rsidRoot w:val="00590D07" />
- <w:rsid w:val="00011C8B" />
- <w:rsid w:val="004E29B3" />
- <w:rsid w:val="00590D07" />
- <w:rsid w:val="00784D58" />
- <w:rsid w:val="008D6863" />
- <w:rsid w:val="00B86B75" />
- <w:rsid w:val="00BC48D5" />
- <w:rsid w:val="00C36279" />
- <w:rsid w:val="00E315A3" />
</w:rsids>
<m:mathPr>
<m:mathFont m:val="Lucida Grande" />
@@ -44,4 +34,4 @@
<w:clrSchemeMapping w:bg1="light1" w:t1="dark1" w:bg2="light2" w:t2="dark2" w:accent1="accent1" w:accent2="accent2" w:accent3="accent3" w:accent4="accent4" w:accent5="accent5" w:accent6="accent6" w:hyperlink="hyperlink" w:followedHyperlink="followedHyperlink" />
<w:decimalSymbol w:val="." />
<w:listSeparator w:val="," />
-</w:settings> \ No newline at end of file
+</w:settings>
diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx
index b6973fcfd..f5e4b6428 100644
--- a/test/docx/golden/block_quotes.docx
+++ b/test/docx/golden/block_quotes.docx
Binary files differ
diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx
index f0d35d3ad..0bbe42bd7 100644
--- a/test/docx/golden/codeblock.docx
+++ b/test/docx/golden/codeblock.docx
Binary files differ
diff --git a/test/docx/golden/comments.docx b/test/docx/golden/comments.docx
index fb1c15dec..6b759b522 100644
--- a/test/docx/golden/comments.docx
+++ b/test/docx/golden/comments.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_no_reference.docx b/test/docx/golden/custom_style_no_reference.docx
index 43d536b65..74e30f651 100644
--- a/test/docx/golden/custom_style_no_reference.docx
+++ b/test/docx/golden/custom_style_no_reference.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx
index 8865010d1..7ee99c87b 100644
--- a/test/docx/golden/custom_style_preserve.docx
+++ b/test/docx/golden/custom_style_preserve.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_reference.docx b/test/docx/golden/custom_style_reference.docx
index 10f7bf661..dfaf16e2b 100644
--- a/test/docx/golden/custom_style_reference.docx
+++ b/test/docx/golden/custom_style_reference.docx
Binary files differ
diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx
index 2a7d81a34..02992c6bd 100644
--- a/test/docx/golden/definition_list.docx
+++ b/test/docx/golden/definition_list.docx
Binary files differ
diff --git a/test/docx/golden/document-properties-short-desc.docx b/test/docx/golden/document-properties-short-desc.docx
index 2fcd14908..9bfe56dca 100644
--- a/test/docx/golden/document-properties-short-desc.docx
+++ b/test/docx/golden/document-properties-short-desc.docx
Binary files differ
diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx
index 39533f42d..2a37045f2 100644
--- a/test/docx/golden/document-properties.docx
+++ b/test/docx/golden/document-properties.docx
Binary files differ
diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx
index c8d67c45b..ca2c7a261 100644
--- a/test/docx/golden/headers.docx
+++ b/test/docx/golden/headers.docx
Binary files differ
diff --git a/test/docx/golden/image.docx b/test/docx/golden/image.docx
index 8a7aeec10..c4447d021 100644
--- a/test/docx/golden/image.docx
+++ b/test/docx/golden/image.docx
Binary files differ
diff --git a/test/docx/golden/inline_code.docx b/test/docx/golden/inline_code.docx
index 969237cec..1824c0aae 100644
--- a/test/docx/golden/inline_code.docx
+++ b/test/docx/golden/inline_code.docx
Binary files differ
diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx
index cda936a39..82565a5b1 100644
--- a/test/docx/golden/inline_formatting.docx
+++ b/test/docx/golden/inline_formatting.docx
Binary files differ
diff --git a/test/docx/golden/inline_images.docx b/test/docx/golden/inline_images.docx
index 69991e791..0416bcc15 100644
--- a/test/docx/golden/inline_images.docx
+++ b/test/docx/golden/inline_images.docx
Binary files differ
diff --git a/test/docx/golden/link_in_notes.docx b/test/docx/golden/link_in_notes.docx
index 40e848195..b51ec5220 100644
--- a/test/docx/golden/link_in_notes.docx
+++ b/test/docx/golden/link_in_notes.docx
Binary files differ
diff --git a/test/docx/golden/links.docx b/test/docx/golden/links.docx
index 28237a30d..ba0d100c8 100644
--- a/test/docx/golden/links.docx
+++ b/test/docx/golden/links.docx
Binary files differ
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx
index bf075805e..9632c598b 100644
--- a/test/docx/golden/lists.docx
+++ b/test/docx/golden/lists.docx
Binary files differ
diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx
index e7d308e13..3269a0528 100644
--- a/test/docx/golden/lists_continuing.docx
+++ b/test/docx/golden/lists_continuing.docx
Binary files differ
diff --git a/test/docx/golden/lists_multiple_initial.docx b/test/docx/golden/lists_multiple_initial.docx
index 9763e347e..716129170 100644
--- a/test/docx/golden/lists_multiple_initial.docx
+++ b/test/docx/golden/lists_multiple_initial.docx
Binary files differ
diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx
index b717ca619..af6edfe86 100644
--- a/test/docx/golden/lists_restarting.docx
+++ b/test/docx/golden/lists_restarting.docx
Binary files differ
diff --git a/test/docx/golden/nested_anchors_in_header.docx b/test/docx/golden/nested_anchors_in_header.docx
index 873e731d2..f141425f7 100644
--- a/test/docx/golden/nested_anchors_in_header.docx
+++ b/test/docx/golden/nested_anchors_in_header.docx
Binary files differ
diff --git a/test/docx/golden/notes.docx b/test/docx/golden/notes.docx
index 134cb2eaf..93b4222f6 100644
--- a/test/docx/golden/notes.docx
+++ b/test/docx/golden/notes.docx
Binary files differ
diff --git a/test/docx/golden/raw-blocks.docx b/test/docx/golden/raw-blocks.docx
index c49ed79c8..9d1aa9853 100644
--- a/test/docx/golden/raw-blocks.docx
+++ b/test/docx/golden/raw-blocks.docx
Binary files differ
diff --git a/test/docx/golden/raw-bookmarks.docx b/test/docx/golden/raw-bookmarks.docx
index 1f2cbb214..b57289fdd 100644
--- a/test/docx/golden/raw-bookmarks.docx
+++ b/test/docx/golden/raw-bookmarks.docx
Binary files differ
diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx
index a0160cdb4..edb23cc72 100644
--- a/test/docx/golden/table_one_row.docx
+++ b/test/docx/golden/table_one_row.docx
Binary files differ
diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx
index e51910770..f9cbed156 100644
--- a/test/docx/golden/table_with_list_cell.docx
+++ b/test/docx/golden/table_with_list_cell.docx
Binary files differ
diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx
index 8029774a9..b585c803d 100644
--- a/test/docx/golden/tables.docx
+++ b/test/docx/golden/tables.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_deletion.docx b/test/docx/golden/track_changes_deletion.docx
index 3542b8f9c..313942750 100644
--- a/test/docx/golden/track_changes_deletion.docx
+++ b/test/docx/golden/track_changes_deletion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_insertion.docx b/test/docx/golden/track_changes_insertion.docx
index b36b4485e..f18b3f85f 100644
--- a/test/docx/golden/track_changes_insertion.docx
+++ b/test/docx/golden/track_changes_insertion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_move.docx b/test/docx/golden/track_changes_move.docx
index e30ab06ae..50bdab767 100644
--- a/test/docx/golden/track_changes_move.docx
+++ b/test/docx/golden/track_changes_move.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_scrubbed_metadata.docx b/test/docx/golden/track_changes_scrubbed_metadata.docx
index 11597d578..230b27006 100644
--- a/test/docx/golden/track_changes_scrubbed_metadata.docx
+++ b/test/docx/golden/track_changes_scrubbed_metadata.docx
Binary files differ
diff --git a/test/docx/golden/unicode.docx b/test/docx/golden/unicode.docx
index c7bff82e5..627276e4b 100644
--- a/test/docx/golden/unicode.docx
+++ b/test/docx/golden/unicode.docx
Binary files differ
diff --git a/test/docx/golden/verbatim_subsuper.docx b/test/docx/golden/verbatim_subsuper.docx
index c70f6946e..790278108 100644
--- a/test/docx/golden/verbatim_subsuper.docx
+++ b/test/docx/golden/verbatim_subsuper.docx
Binary files differ