diff options
Diffstat (limited to 'external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2')
-rw-r--r-- | external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2 b/external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2 index e0d5ae1abff8..f664c80232a5 100644 --- a/external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2 +++ b/external/pdfium/0014-svx-update-PDFium-patch-and-code.patch.2 @@ -49,15 +49,6 @@ index 29c8b01..a52e1a9 100644 return ret_count; } -@@ -714,7 +714,7 @@ FPDFFormObj_GetSubObject(FPDF_PAGEOBJECT form_object, int index) - { - const CPDF_PageObjectList* pObjectList = pFrmObj->form()->GetPageObjectList(); - if (pObjectList) -- return pObjectList->GetPageObjectByIndex(index); -+ return FPDFPageObjectFromCPDFPageObject(pObjectList->GetPageObjectByIndex(index)); - } - - return nullptr; -- 2.16.3 |