diff options
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r-- | fxjs/cjx_node.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index b9a41deaf4..963cf0de4e 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -75,9 +75,9 @@ class CJX_Node : public CJX_Object { bool SetContent(const WideString& wsContent, const WideString& wsXMLValue, - bool bNotify = false, - bool bScriptModify = false, - bool bSyncData = true); + bool bNotify, + bool bScriptModify, + bool bSyncData); WideString GetContent(); bool TryInteger(XFA_ATTRIBUTE eAttr, |