diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-03-21 18:03:21 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-03-22 08:03:40 +0000 |
commit | 7415b71b7976319b0c04e670facabd20b30e3fe2 (patch) | |
tree | 0bae1e64fbe5121071017bea3b2a9a2d01a83d40 /vcl/Library_vcl.mk | |
parent | b4bc920f494153530efb1ee3986e804bf12e56f4 (diff) |
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 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 79efcbaa0817..a49eade8083c 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -363,6 +363,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/filter/igif/decode \ vcl/source/filter/igif/gifread \ vcl/source/filter/ipdf/pdfread \ + vcl/source/filter/ipdf/pdfdocument \ vcl/source/filter/ixbm/xbmread \ vcl/source/filter/ixpm/xpmread \ vcl/source/filter/jpeg/Exif \ |