| Index: core/fpdfdoc/cpdf_interform.h
|
| diff --git a/core/fpdfdoc/cpdf_interform.h b/core/fpdfdoc/cpdf_interform.h
|
| index fef4ae2bc46728b5b5e78ded9acd2f0c2b548288..fbff0289a1dd9bc7fab33f6d7cb43a6e01f123be 100644
|
| --- a/core/fpdfdoc/cpdf_interform.h
|
| +++ b/core/fpdfdoc/cpdf_interform.h
|
| @@ -60,7 +60,7 @@ class CPDF_InterForm {
|
| int* z_order) const;
|
| CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
|
|
|
| - FX_BOOL NeedConstructAP() const;
|
| + bool NeedConstructAP() const;
|
| int CountFieldsInCalculationOrder();
|
| CPDF_FormField* GetFieldInCalculationOrder(int index);
|
| int FindFieldInCalculationOrder(const CPDF_FormField* pField);
|
| @@ -86,7 +86,7 @@ class CPDF_InterForm {
|
| bool ResetForm(bool bNotify);
|
|
|
| void SetFormNotify(IPDF_FormNotify* pNotify);
|
| - FX_BOOL HasXFAForm() const;
|
| + bool HasXFAForm() const;
|
| void FixPageFields(const CPDF_Page* pPage);
|
|
|
| private:
|
| @@ -99,7 +99,7 @@ class CPDF_InterForm {
|
| CPDF_Dictionary* pWidgetDict);
|
| void FDF_ImportField(CPDF_Dictionary* pField,
|
| const CFX_WideString& parent_name,
|
| - FX_BOOL bNotify = FALSE,
|
| + bool bNotify = false,
|
| int nLevel = 0);
|
| bool ValidateFieldName(CFX_WideString& csNewFieldName,
|
| int iType,
|
|
|