diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-12-17 21:07:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-12-18 09:08:19 +0100 |
commit | e987a050260ad4c8f6c3487e57bec1c8b680c65e (patch) | |
tree | 2f4a1e60bdf02e35a59285655f40e79b8d7320eb /include | |
parent | 177792660697f85763b39f455d7ebff0f83084fd (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/filter/PDFiumLibrary.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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. |