Index: xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h b/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
index 73237b9f01353059b8e5faaf37dfb4c74f22fe8c..5a21fd3a003e8afb5f158a2ee8dc71c41d31d33e 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
@@ -11,8 +11,8 @@ class CXFA_FFConfigAcc |
public: |
CXFA_FFConfigAcc(CXFA_Node *pNode); |
~CXFA_FFConfigAcc(); |
- FX_INT32 CountChildren(); |
- FX_BOOL GetFontInfo(FX_INT32 index, CFX_WideString &wsFontFamily, CFX_WideString &wsPsName, FX_BOOL bBold, FX_BOOL bItalic); |
+ int32_t CountChildren(); |
+ FX_BOOL GetFontInfo(int32_t index, CFX_WideString &wsFontFamily, CFX_WideString &wsPsName, FX_BOOL bBold, FX_BOOL bItalic); |
private: |
void GetPsMapNode(); |
CXFA_Node *m_pNode; |