summaryrefslogtreecommitdiff
path: root/external/pdfium/UnpackedTarball_pdfium.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-09-04 21:17:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-09-05 09:11:21 +0200
commit51dca926f5968e9227391f7c47d25b9442178eaa (patch)
tree16248ce2ab2bc8bc1629df8ca182650cb57ec830 /external/pdfium/UnpackedTarball_pdfium.mk
parentce74572fb321b9a47fa4f70eb60dc7c6487abda3 (diff)
pdfium: replace FPDFTextObj_CountChars/GetTextProcessed patches with backport
Change-Id: I9c198ff0cd31de064fcc4a3bb0ed92066f38e4c5 Reviewed-on: https://gerrit.libreoffice.org/60007 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'external/pdfium/UnpackedTarball_pdfium.mk')
-rw-r--r--external/pdfium/UnpackedTarball_pdfium.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/pdfium/UnpackedTarball_pdfium.mk b/external/pdfium/UnpackedTarball_pdfium.mk
index d5295106db4b..0357fdfd4ec1 100644
--- a/external/pdfium/UnpackedTarball_pdfium.mk
+++ b/external/pdfium/UnpackedTarball_pdfium.mk
@@ -23,11 +23,11 @@ pdfium_patches += 0001-Add-FPDFFormObj_CountObjects-API.patch.1
pdfium_patches += 0001-Add-FPDFFormObj_GetObject-API.patch.1
# Backport of <https://pdfium-review.googlesource.com/38870>.
pdfium_patches += 0001-Add-FPDFText_GetFontName-API.patch.1
-pdfium_patches += 0002-svx-more-accurate-PDF-text-importing.patch.2
+# Backport of <https://pdfium-review.googlesource.com/39530>.
+pdfium_patches += 0001-Add-FPDFTextObj_GetText-API.patch.1
pdfium_patches += 0003-svx-import-PDF-images-as-BGRA.patch.2
pdfium_patches += 0004-svx-support-PDF-text-color.patch.2
pdfium_patches += 0011-svx-correctly-possition-form-objects-from-PDF.patch.2
-pdfium_patches += 0012-svx-import-processed-PDF-text.patch.2
pdfium_patches += 0014-svx-update-PDFium-patch-and-code.patch.2
$(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium))