diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-18 21:07:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-19 09:04:33 +0200 |
commit | 56ac8214ab35387f8861044b62c79fae6d7ccac5 (patch) | |
tree | cb586b7370d2359d73bdb329ab4eb5c634d5d523 /external/pdfium/build.patch.1 | |
parent | 47a173edb603538521a035157efb6ef684238087 (diff) |
pdfium: update to 3550
Allows dropping all the backports, so only one custom API patch remains.
Change-Id: I13dc4f62be86d0859862cbd95bb14e07bbcf53d6
Reviewed-on: https://gerrit.libreoffice.org/60697
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'external/pdfium/build.patch.1')
-rw-r--r-- | external/pdfium/build.patch.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/pdfium/build.patch.1 b/external/pdfium/build.patch.1 index 901edbbf4e56..721c1784719d 100644 --- a/external/pdfium/build.patch.1 +++ b/external/pdfium/build.patch.1 @@ -125,12 +125,12 @@ diff --git a/core/fpdfdoc/cpdf_dest.h b/core/fpdfdoc/cpdf_dest.h index 7f4eb86c0..5e227f86e 100644 --- a/core/fpdfdoc/cpdf_dest.h +++ b/core/fpdfdoc/cpdf_dest.h -@@ -46,7 +46,7 @@ class CPDF_Dest { +@@ -41,7 +41,7 @@ float* pZoom) const; private: -- UnownedPtr<const CPDF_Array> const m_pObj; -+ UnownedPtr<const CPDF_Array> m_pObj; +- UnownedPtr<const CPDF_Array> const m_pArray; ++ UnownedPtr<const CPDF_Array> m_pArray; }; #endif // CORE_FPDFDOC_CPDF_DEST_H_ |