diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-04-12 13:54:39 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-12 13:54:39 +0000 |
commit | 7023b8877475dda639a15d623b5a552f88a6812f (patch) | |
tree | 419e9359df5e36941e61ee18b3a470666253d379 /xfa/fxfa/cxfa_ffdoc.h | |
parent | babeeb69b1744e414b46d77de03689682742d99d (diff) | |
download | pdfium-7023b8877475dda639a15d623b5a552f88a6812f.tar.xz |
Remove CXFA_DocumentParser::m_bDocumentParser flag
This CL removes the import data behaviour as it was never called and
cleans up the m_bDocumentParser flag as it will always be used in the
true case.
Change-Id: If90a0a55cc76f406e9987aa71580e90edeaa01ba
Reviewed-on: https://pdfium-review.googlesource.com/30292
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffdoc.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffdoc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_ffdoc.h b/xfa/fxfa/cxfa_ffdoc.h index dc656253ef..dacc246378 100644 --- a/xfa/fxfa/cxfa_ffdoc.h +++ b/xfa/fxfa/cxfa_ffdoc.h @@ -78,8 +78,6 @@ class CXFA_FFDoc { bool SavePackage(CXFA_Node* pNode, const RetainPtr<IFX_SeekableStream>& pFile); - bool ImportData(const RetainPtr<IFX_SeekableStream>& pStream, - bool bXDP = true); private: bool ParseDoc(CPDF_Object* pElementXFA); |