summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_textnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_textnode.cpp')
-rw-r--r--fxjs/xfa/cjx_textnode.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/fxjs/xfa/cjx_textnode.cpp b/fxjs/xfa/cjx_textnode.cpp
index 604682f2ee..133510c30e 100644
--- a/fxjs/xfa/cjx_textnode.cpp
+++ b/fxjs/xfa/cjx_textnode.cpp
@@ -12,3 +12,15 @@
CJX_TextNode::CJX_TextNode(CXFA_Node* node) : CJX_Node(node) {}
CJX_TextNode::~CJX_TextNode() {}
+
+void CJX_TextNode::defaultValue(CFXJSE_Value* pValue,
+ bool bSetting,
+ XFA_Attribute attr) {
+ Script_Som_DefaultValue(pValue, bSetting, attr);
+}
+
+void CJX_TextNode::value(CFXJSE_Value* pValue,
+ bool bSetting,
+ XFA_Attribute attr) {
+ Script_Som_DefaultValue(pValue, bSetting, attr);
+}