summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-03-21 18:03:21 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-03-22 08:03:40 +0000
commit7415b71b7976319b0c04e670facabd20b30e3fe2 (patch)
tree0bae1e64fbe5121071017bea3b2a9a2d01a83d40 /xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk
parentupdate brows and printlayout icons (diff)
downloadcore-7415b71b7976319b0c04e670facabd20b30e3fe2.tar.gz
core-7415b71b7976319b0c04e670facabd20b30e3fe2.zip
vcl: move in PDF tokenizer from xmlsecurity
The PDF code in xmlsecurity served two purposes: - a generic PDF tokenizer - signature verification The first purpose is useful to have in VCL, so the PDF export code can use it as well when it comes to PDF image handling. This commit just moves most of the PDF code to VCL, it does not touch the PDF export code yet. With this, also the somewhat odd xmlsecurity dependency of CppunitTest_vcl_pdfexport can be removed as well. Change-Id: I6fe8294ed5c4aa4d79f4b2ddef80a4d1c9d566cc Reviewed-on: https://gerrit.libreoffice.org/35513 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk')
-rw-r--r--xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk b/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk
index be4828e6ade0..a21a1e37a7d4 100644
--- a/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk
+++ b/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk
@@ -27,6 +27,7 @@ $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_pdfsigning, \
unotest \
utl \
xmlsecurity \
+ vcl \
$(gb_UWINAPI) \
))