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 ca94a8fff0..442e0d57e3 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -440,9 +440,9 @@ class CJX_Node : public CJX_Object { bool SetScriptContent(const WideString& wsContent, const WideString& wsXMLValue, - bool bNotify = true, - bool bScriptModify = false, - bool bSyncData = true); + bool bNotify, + bool bScriptModify, + bool bSyncData); WideString GetScriptContent(bool bScriptModify = false); XFA_MAPMODULEDATA* CreateMapModuleData(); |