From 326a2a78aaf7e0146bfcd283da888c08e34143f8 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 20 Nov 2015 10:47:32 -0800 Subject: Make XFA public more closely match master. There will be significant differences, but these are the minor ones. I removed a comment that doesn't seem to add a lot of value. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1465723002 . --- public/fpdf_dataavail.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public/fpdf_dataavail.h') diff --git a/public/fpdf_dataavail.h b/public/fpdf_dataavail.h index 0fadace20d..0f8ff7d6d7 100644 --- a/public/fpdf_dataavail.h +++ b/public/fpdf_dataavail.h @@ -14,9 +14,11 @@ #define PDF_LINEARIZATION_UNKNOWN -1 #define PDF_NOT_LINEARIZED 0 #define PDF_LINEARIZED 1 + #define PDF_DATA_ERROR -1 #define PDF_DATA_NOTAVAIL 0 #define PDF_DATA_AVAIL 1 + #define PDF_FORM_ERROR -1 #define PDF_FORM_NOTAVAIL 0 #define PDF_FORM_AVAIL 1 @@ -72,9 +74,6 @@ typedef void* FPDF_AVAIL; * Comments: * Application must call FPDFAvail_Destroy when done with the * availability provider. -* Notes: -* The method can not support to load a document which consists of -* dynamic XFA fields now. */ DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail, FPDF_FILEACCESS* file); -- cgit v1.2.3