From 97601533cbef67bfdb5f25dc00d0dda743e8349e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 14 Jan 2021 21:20:31 +0100 Subject: pdfium: add wrapper for FPDF_FILLMODE_* defines Which is, I think, the last direct pdfium usage outside vcl. Change-Id: I2e435e5a3669c6163bf2c20bc6d1d8bd4c88cecd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109314 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/vcl/filter/PDFiumLibrary.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/filter/PDFiumLibrary.hxx') diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx index eee97e39bf9a..79f91c6f5264 100644 --- a/include/vcl/filter/PDFiumLibrary.hxx +++ b/include/vcl/filter/PDFiumLibrary.hxx @@ -35,6 +35,7 @@ #include #include #include +#include #include @@ -154,6 +155,7 @@ public: std::unique_ptr getPathSegment(int index); Size getImageSize(PDFiumPage& rPage); std::unique_ptr getImageBitmap(); + bool getDrawMode(PDFFillMode& eFillMode, bool& bStroke); }; class VCL_DLLPUBLIC PDFiumTextPage final -- cgit