summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffnotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_ffnotify.h')
-rw-r--r--xfa/fxfa/cxfa_ffnotify.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_ffnotify.h b/xfa/fxfa/cxfa_ffnotify.h
index f3f9093cbc..e61b00ebfe 100644
--- a/xfa/fxfa/cxfa_ffnotify.h
+++ b/xfa/fxfa/cxfa_ffnotify.h
@@ -58,11 +58,9 @@ class CXFA_FFNotify {
bool bIsFormReady,
bool bRecursive);
void AddCalcValidate(CXFA_Node* pNode);
- CXFA_FFDoc* GetHDOC();
- IXFA_DocEnvironment* GetDocEnvironment() const;
+ CXFA_FFDoc* GetHDOC() { return m_pDoc.Get(); }
IXFA_AppProvider* GetAppProvider();
CXFA_FFWidgetHandler* GetWidgetHandler();
- CXFA_FFWidget* GetHWidget(CXFA_LayoutItem* pLayoutItem);
void OpenDropDownList(CXFA_FFWidget* hWidget);
void ResetData(CXFA_Node* pNode);
int32_t GetLayoutStatus();