summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xmlsecurity.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-11 17:09:02 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-07 17:53:32 +0200
commite27f957ab0d22d5b3b79664eb5a4d01e5463f6a8 (patch)
tree322483602732bc9f2715240264fce39c77721b5d /xmlsecurity/Library_xmlsecurity.mk
parentb4868a04d192f4b7790d47578506a3d34a2ae05d (diff)
xmlsecurity: extract OOXML export code into its own class
It was odd that import code had its own OOXMLSecParser, but export code was buried in the controller. Change-Id: Ie1964bf9c54a8b779981e8d72bf4810090cf960c (cherry picked from commit 27fc89cce931039f8f585c10b8ee41023c777b5e)
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index c594ec9392a1..1997010344e9 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -56,6 +56,7 @@ $(eval $(call gb_Library_add_exception_objects,xmlsecurity,\
xmlsecurity/source/helper/documentsignaturehelper \
xmlsecurity/source/helper/documentsignaturemanager \
xmlsecurity/source/helper/ooxmlsecparser \
+ xmlsecurity/source/helper/ooxmlsecexporter \
xmlsecurity/source/helper/xmlsignaturehelper2 \
xmlsecurity/source/helper/xmlsignaturehelper \
xmlsecurity/source/helper/xsecctl \