summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-03 10:49:37 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-03 10:56:28 +0100
commit69e14b0fee1c474168d8159b874d7c2fd9dea64f (patch)
tree36413d0601e7c38e223a80a8585d26d930259930 /config_host
parent1c3c83e6a35ee4258c9d658494297d1453a70806 (diff)
add experimental export file validation
In calc unit tests we validate the exported OOXML files now with officeotron. For this there must be a script called officeotron that takes the file path. Currently the generated files are still invalid but I'm going to fix it. Change-Id: I1809b9457a535dbbe6a72f3778dfb53db168bbda
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 0f63f26a7c32..6a46e1c3dc09 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -120,4 +120,9 @@
*/
#define HAVE_FT_FACE_GETCHARVARIANTINDEX 0
+/*
+ * Whether to use validation on files.
+ */
+#define HAVE_EXPORT_VALIDATION 0
+
#endif