From 30033f417f3009eb8c4b5fa8302cea7fecad48ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Oct 2018 10:38:50 -0700 Subject: Docx writer: added framework for custom properties. So far, we don't actually write any custom properties, but we have the infrastructure to add this. See #3034. --- data/docx/[Content_Types].xml | 2 +- data/docx/_rels/.rels | 3 ++- data/docx/docProps/custom.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 data/docx/docProps/custom.xml (limited to 'data/docx') diff --git a/data/docx/[Content_Types].xml b/data/docx/[Content_Types].xml index 1e888dff9..0c0118a88 100644 --- a/data/docx/[Content_Types].xml +++ b/data/docx/[Content_Types].xml @@ -1,2 +1,2 @@ - + diff --git a/data/docx/_rels/.rels b/data/docx/_rels/.rels index 44e5daa3d..1121ed8d2 100644 --- a/data/docx/_rels/.rels +++ b/data/docx/_rels/.rels @@ -1,2 +1,3 @@ - \ No newline at end of file + + diff --git a/data/docx/docProps/custom.xml b/data/docx/docProps/custom.xml new file mode 100644 index 000000000..bdd0df8dd --- /dev/null +++ b/data/docx/docProps/custom.xml @@ -0,0 +1,2 @@ + + -- cgit v1.2.3