diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffdocview.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffdocview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffdocview.h b/xfa/fxfa/cxfa_ffdocview.h index f980ad2feb..fcaa7162dd 100644 --- a/xfa/fxfa/cxfa_ffdocview.h +++ b/xfa/fxfa/cxfa_ffdocview.h @@ -79,6 +79,8 @@ class CXFA_FFDocView { void RunDocClose(); void DestroyDocView(); + void ProcessValueChanged(CXFA_WidgetAcc* widgetAcc); + bool InitValidate(CXFA_Node* pNode); bool RunValidate(); |