summaryrefslogtreecommitdiff
path: root/fxjs/cjx_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r--fxjs/cjx_node.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h
index 12b151c6b7..a492a32f39 100644
--- a/fxjs/cjx_node.h
+++ b/fxjs/cjx_node.h
@@ -106,10 +106,8 @@ class CJX_Node : public CJX_Object {
bool TryMeasure(XFA_ATTRIBUTE eAttr,
CXFA_Measurement& mValue,
- bool bUseDefault = true) const;
- bool SetMeasure(XFA_ATTRIBUTE eAttr,
- CXFA_Measurement mValue,
- bool bNotify = false);
+ bool bUseDefault) const;
+ bool SetMeasure(XFA_ATTRIBUTE eAttr, CXFA_Measurement mValue, bool bNotify);
CXFA_Measurement GetMeasure(XFA_ATTRIBUTE eAttr) const;
bool SetUserData(void* pKey,