diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-02-17 06:50:08 -0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-02-17 06:50:08 -0800 |
commit | e118ce99c52a21a1093badc9d180539a9a6e973f (patch) | |
tree | 1129f05665e216555dd41e5ea599d39e7d0e1bfd /fpdfsdk/include/fpdfxfa | |
parent | ccc948344564f0e2079c3c3a5b1483ab5203fec9 (diff) | |
download | pdfium-e118ce99c52a21a1093badc9d180539a9a6e973f.tar.xz |
Keep the declaration of FPDF_HasXFAField consistent with other XFA APIs
It's an enhancement requested in issue 452794.
BUG=N/A
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/939483003
Diffstat (limited to 'fpdfsdk/include/fpdfxfa')
-rw-r--r-- | fpdfsdk/include/fpdfxfa/fpdfxfa_util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h index 07ea65f2b1..28904e2ca6 100644 --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h @@ -7,17 +7,11 @@ #ifndef _FPDFXFA_UTIL_H_
#define _FPDFXFA_UTIL_H_
-#define DOCTYPE_PDF 0
-#define DOCTYPE_DYNIMIC_XFA 1 //Dynimic xfa Document Type
-#define DOCTYPE_STATIC_XFA 2 //Static xfa Document Type
-
#define JS_STR_VIEWERTYPE_STANDARD L"Exchange"
#define JS_STR_LANGUANGE L"ENU"
#define JS_STR_VIEWERVARIATION L"Full"
#define JS_STR_VIEWERVERSION_XFA L"11"
-FX_BOOL FPDF_HasXFAField(CPDF_Document* pPDFDoc, int& docType);
-
class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr, public CFX_Object
{
public:
|