Index: xfa/fxfa/parser/xfa_object.h |
diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h |
index 4361eb7f4a6a4c75c5a3d08a47a81b4bd8c0b281..f9fb72daec03e34bbf76e49e64aff325b84713de 100644 |
--- a/xfa/fxfa/parser/xfa_object.h |
+++ b/xfa/fxfa/parser/xfa_object.h |
@@ -376,8 +376,7 @@ class CXFA_Node : public CXFA_Object { |
void Script_Delta_Target(FXJSE_HVALUE hValue, |
FX_BOOL bSetting, |
XFA_ATTRIBUTE eAttribute); |
- void Script_Attribute_SendAttributeChangeMessage(void* eAttribute, |
- void* eValue, |
+ void Script_Attribute_SendAttributeChangeMessage(XFA_ATTRIBUTE eAttribute, |
FX_BOOL bScriptModify); |
void Script_Attribute_Integer(FXJSE_HVALUE hValue, |
FX_BOOL bSetting, |
@@ -599,9 +598,8 @@ class CXFA_Node : public CXFA_Object { |
FX_BOOL bUseDefault, |
void*& pValue); |
void OnRemoved(CXFA_Node* pParent, CXFA_Node* pRemoved, FX_BOOL bNotify); |
- void OnChanging(XFA_ATTRIBUTE eAttr, void* pNewValue, FX_BOOL bNotify); |
+ void OnChanging(XFA_ATTRIBUTE eAttr, FX_BOOL bNotify); |
void OnChanged(XFA_ATTRIBUTE eAttr, |
- void* pNewValue, |
FX_BOOL bNotify, |
FX_BOOL bScriptModify = FALSE); |
int32_t execSingleEventByName(const CFX_WideStringC& wsEventName, |