diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-12 18:54:29 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-13 15:24:00 +0100 |
commit | 829e236d39707437475b7d7fd599a385ed3cf5e4 (patch) | |
tree | e404fff457986ea76e0f7ff0e21e17549f26cb42 /xmlsecurity/Library_xmlsecurity.mk | |
parent | 2d526a9ffbad7effaabb70f4e52904c09d0ab22b (diff) |
xmlsecurity: initial OOXMLSecParser
Change-Id: Idba2eb384756e72c8b60cb2e810110d6b95b66ad
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Library_xmlsecurity.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk index 7ba5b46e4f74..ecbade5f9bdf 100644 --- a/xmlsecurity/Library_xmlsecurity.mk +++ b/xmlsecurity/Library_xmlsecurity.mk @@ -54,6 +54,7 @@ $(eval $(call gb_Library_add_exception_objects,xmlsecurity,\ xmlsecurity/source/dialogs/macrosecurity \ xmlsecurity/source/dialogs/resourcemanager \ xmlsecurity/source/helper/documentsignaturehelper \ + xmlsecurity/source/helper/ooxmlsecparser \ xmlsecurity/source/helper/xmlsignaturehelper2 \ xmlsecurity/source/helper/xmlsignaturehelper \ xmlsecurity/source/helper/xsecctl \ |