summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_delta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_delta.cpp')
-rw-r--r--fxjs/xfa/cjx_delta.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/fxjs/xfa/cjx_delta.cpp b/fxjs/xfa/cjx_delta.cpp
index c361bbb256..6d8cbd52f3 100644
--- a/fxjs/xfa/cjx_delta.cpp
+++ b/fxjs/xfa/cjx_delta.cpp
@@ -26,3 +26,15 @@ CJS_Return CJX_Delta::restore(CJS_V8* runtime,
return CJS_Return(JSGetStringFromID(JSMessage::kParamError));
return CJS_Return(true);
}
+
+void CJX_Delta::currentValue(CFXJSE_Value* pValue,
+ bool bSetting,
+ XFA_Attribute eAttribute) {}
+
+void CJX_Delta::savedValue(CFXJSE_Value* pValue,
+ bool bSetting,
+ XFA_Attribute eAttribute) {}
+
+void CJX_Delta::target(CFXJSE_Value* pValue,
+ bool bSetting,
+ XFA_Attribute eAttribute) {}