summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-11-04 12:31:02 +0100
committerGabor Kelemen <kelemen.gabor2@nisz.hu>2021-11-04 12:31:02 +0100
commit6209be73adec00901f839c9fa2c97076c7d0ad9f (patch)
treeeb4c1d81ebf54f61154a84abf08d37c2d25c0485 /include
parent47b359654460f3fbe9b0a1251ff132254e02b89d (diff)
Revert "xmlsecurity: reject a few dangerous annotation types during pdf sig verify"
This reverts commit 4ebc328779539d9bc0cb0d7759c27e1e155c129e. Older pdfium does not have FPDF_ANNOT_REDACT yet
Diffstat (limited to 'include')
-rw-r--r--include/vcl/filter/PDFiumLibrary.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx
index 027e4939fab1..783b9a6da8b4 100644
--- a/include/vcl/filter/PDFiumLibrary.hxx
+++ b/include/vcl/filter/PDFiumLibrary.hxx
@@ -59,8 +59,6 @@ public:
FPDF_ClosePage(mpPage);
}
- FPDF_PAGE getPointer() { return mpPage; }
-
/// Get bitmap checksum of the page, without annotations/commenting.
BitmapChecksum getChecksum(int nMDPPerm);
};