summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-10-16 18:15:21 +0200
committerVasily Melenchuk <vasily.melenchuk@cib.de>2021-04-13 10:25:13 +0300
commitade3ff3bc3732d30ec74cdcdff37d34db6ffda8e (patch)
tree45654865c96281d2a8798036d35cd74f52dd28c3
parentf0f13869316ad442de4acb4b76c367669a1f675c (diff)
vcl pdf tokenizer: fix handling of dict -> array -> dict tokens
Needed to be able to parse the /Reference key of signatures. (cherry picked from commit 056c1284d6a68525002c54bef10834cc135385db) Conflicts: vcl/qa/cppunit/filter/ipdf/ipdf.cxx Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105626 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 8f46af565680bef0ff8ca32781e6d813a7446543) Change-Id: I6b81089a3f58a2de461ad92ca5a891c284f8686a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107084 Tested-by: Michael Stahl <michael.stahl@cib.de> Reviewed-by: Michael Stahl <michael.stahl@cib.de>
-rw-r--r--vcl/Module_vcl.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 380393498fe6..c83502d476d1 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -254,11 +254,6 @@ $(eval $(call gb_Module_add_screenshot_targets,vcl,\
ifneq ($(DISPLAY),)
$(eval $(call gb_Module_add_slowcheck_targets,vcl,\
CppunitTest_vcl_gen \
-))
-endif
-
-ifneq (,$(filter PDFIUM,$(BUILD_TYPE)))
-$(eval $(call gb_Module_add_slowcheck_targets,vcl,\
CppunitTest_vcl_filter_ipdf \
))
endif