Index: xfa/fxfa/cxfa_eventparam.h |
diff --git a/xfa/fxfa/cxfa_eventparam.h b/xfa/fxfa/cxfa_eventparam.h |
index cc548f6e4d808545e0a664ef31e5de5b8bf189c4..3ba7a8b7f27da608e2bda695b5cecec5b1a53169 100644 |
--- a/xfa/fxfa/cxfa_eventparam.h |
+++ b/xfa/fxfa/cxfa_eventparam.h |
@@ -56,14 +56,14 @@ class CXFA_EventParam { |
CXFA_WidgetAcc* m_pTarget; |
XFA_EVENTTYPE m_eType; |
CFX_WideString m_wsResult; |
- FX_BOOL m_bCancelAction; |
+ bool m_bCancelAction; |
int32_t m_iCommitKey; |
- FX_BOOL m_bKeyDown; |
- FX_BOOL m_bModifier; |
- FX_BOOL m_bReenter; |
+ bool m_bKeyDown; |
+ bool m_bModifier; |
+ bool m_bReenter; |
int32_t m_iSelEnd; |
int32_t m_iSelStart; |
- FX_BOOL m_bShift; |
+ bool m_bShift; |
CFX_WideString m_wsChange; |
CFX_WideString m_wsFullText; |
CFX_WideString m_wsNewContentType; |
@@ -72,7 +72,7 @@ class CXFA_EventParam { |
CFX_WideString m_wsPrevText; |
CFX_WideString m_wsSoapFaultCode; |
CFX_WideString m_wsSoapFaultString; |
- FX_BOOL m_bIsFormReady; |
+ bool m_bIsFormReady; |
int32_t m_iValidateActivities; |
}; |