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/docProps/custom.xml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/docx/docProps/custom.xml (limited to 'data/docx/docProps') 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