diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-11-03 21:02:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-04 08:05:28 +0100 |
commit | fe531957e3dcd42927cf15ab31d04473433d81f9 (patch) | |
tree | 54d69099d3120739bce2c8c836405f75d10c3904 /include | |
parent | eeed9103350d886f5913aed9b525d863a421dffa (diff) |
external: update pdfium to 4306
Change-Id: Ic10cf99fa412f8f0b3475e82d0a1839a7f04bd08
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105272
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/pdf/PDFAnnotationSubType.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/pdf/PDFAnnotationSubType.hxx b/include/vcl/pdf/PDFAnnotationSubType.hxx index bee1d82cd399..749100e36348 100644 --- a/include/vcl/pdf/PDFAnnotationSubType.hxx +++ b/include/vcl/pdf/PDFAnnotationSubType.hxx @@ -41,7 +41,8 @@ enum class PDFAnnotationSubType Watermark = 24, Threed = 25, Richmedia = 26, - XFAWidget = 27 + XFAWidget = 27, + Redact = 28 }; } // namespace vcl::pdf |