diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffdocview.cpp')
-rw-r--r-- | xfa/fxfa/cxfa_ffdocview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffdocview.cpp b/xfa/fxfa/cxfa_ffdocview.cpp index 8db075b3a5..42827c7d11 100644 --- a/xfa/fxfa/cxfa_ffdocview.cpp +++ b/xfa/fxfa/cxfa_ffdocview.cpp @@ -200,7 +200,7 @@ CXFA_FFPageView* CXFA_FFDocView::GetPageView(int32_t nIndex) const { } CXFA_LayoutProcessor* CXFA_FFDocView::GetXFALayout() const { - return m_pDoc->GetXFADoc()->GetDocLayout(); + return m_pDoc->GetXFADoc()->GetLayoutProcessor(); } bool CXFA_FFDocView::ResetSingleNodeData(CXFA_Node* pNode) { |