From e987a050260ad4c8f6c3487e57bec1c8b680c65e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 17 Dec 2020 21:07:41 +0100 Subject: pdfium: add PDFiumPage::hasLinks() wrapper Reduces the amount of raw pdfium includes in CppunitTest_vcl_pdfexport. Change-Id: I61bcc7ef11932cc5129be8123dba0e8b06e8f324 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107925 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/vcl/filter/PDFiumLibrary.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx index cc6d65c15362..5dc8ea46fede 100644 --- a/include/vcl/filter/PDFiumLibrary.hxx +++ b/include/vcl/filter/PDFiumLibrary.hxx @@ -220,6 +220,8 @@ public: double getHeight(); bool hasTransparency(); + + bool hasLinks(); }; /// Represents one digital signature, as exposed by PDFium. -- cgit