aboutsummaryrefslogtreecommitdiff
path: root/data
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 /data
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.
Diffstat (limited to 'data')
-rw-r--r--data/docx/word/settings.xml12
1 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>