summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorDaniel Sikeler <d.sikeler94@gmail.com>2016-08-12 10:26:28 +0000
committerEike Rathke <erack@redhat.com>2016-08-16 20:31:31 +0000
commitf577a422079c5333caa52e69ad09eb2b83de9134 (patch)
tree09dec5fb643532a9217bda0fb93d55046e437ad7 /xmloff/Library_xo.mk
parent10c6bef34d8f40173f2d87037327706cb20ed33e (diff)
GSoC - implement global tokenhandler for odf-tokens
This generates perfect hash for odf-tokens and use them with the tokenhandler. With added test case to check to and fro mapping between tokens. This is taken from Daniel's work in feature/fastparser branch. Change-Id: I7cf77c1eb6c9dd68fd78108c6e0726507c7672e1 Reviewed-on: https://gerrit.libreoffice.org/28073 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r--xmloff/Library_xo.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 9575643ee951..2feb3cf95c69 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -36,6 +36,7 @@ $(eval $(call gb_Library_use_external,xo,boost_headers))
$(eval $(call gb_Library_use_custom_headers,xo,\
officecfg/registry \
+ xmloff/generated \
))
$(eval $(call gb_Library_use_sdk_api,xo))
@@ -90,6 +91,7 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/core/DocumentSettingsContext \
xmloff/source/core/DomBuilderContext \
xmloff/source/core/DomExport \
+ xmloff/source/core/fasttokenhandler \
xmloff/source/core/ProgressBarHelper \
xmloff/source/core/PropertySetMerger \
xmloff/source/core/RDFaExportHelper \