| Index: core/include/fpdfdoc/fpdf_doc.h
|
| diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
|
| index 3f05fc9be9aa7b7a578982a078ffa9e97b9f0ec1..7a81fd6b6f2adb5d5572e3163e20ff1165973a6d 100644
|
| --- a/core/include/fpdfdoc/fpdf_doc.h
|
| +++ b/core/include/fpdfdoc/fpdf_doc.h
|
| @@ -831,8 +831,8 @@ class CPDF_FormField {
|
| int InsertOption(CFX_WideString csOptLabel,
|
| int index = -1,
|
| FX_BOOL bNotify = FALSE);
|
| +#endif // PDF_ENABLE_XFA
|
|
|
| -#endif
|
| FX_FLOAT GetFontSize() { return m_FontSize; }
|
|
|
| CPDF_Font* GetFont() { return m_pFont; }
|
|
|