diff options
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r-- | fxjs/cjx_node.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index 77c564e11b..47fb0d62f0 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -55,11 +55,10 @@ class CJX_Node : public CJX_Object { bool HasAttribute(XFA_ATTRIBUTE eAttr); bool SetAttribute(XFA_ATTRIBUTE eAttr, const WideStringView& wsValue, - bool bNotify = false); - + bool bNotify); bool SetAttribute(const WideStringView& wsAttr, const WideStringView& wsValue, - bool bNotify = false); + bool bNotify); bool GetAttribute(const WideStringView& wsAttr, WideString& wsValue, bool bUseDefault = true); |