diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-30 18:15:02 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-30 18:15:02 +0000 |
commit | ce047a637b5abfc5abbea90958f276946b7efdd4 (patch) | |
tree | 6b78b2d0dbc826e61bcca91f138d8afd138623ac /fpdfsdk/cpdfsdk_interform.h | |
parent | bb1ee53577418429d2e30180bd941f16eea8b340 (diff) | |
download | pdfium-ce047a637b5abfc5abbea90958f276946b7efdd4.tar.xz |
Cleanup some SDK code
This CL cleans up nits in some SDK code.
Change-Id: Id8dc5face65230e607119a65c821fcde01483ad2
Reviewed-on: https://pdfium-review.googlesource.com/24610
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_interform.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_interform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fpdfsdk/cpdfsdk_interform.h b/fpdfsdk/cpdfsdk_interform.h index ee960ff33c..a412f05689 100644 --- a/fpdfsdk/cpdfsdk_interform.h +++ b/fpdfsdk/cpdfsdk_interform.h @@ -62,7 +62,7 @@ class CPDFSDK_InterForm : public IPDF_FormNotify { bool IsXfaCalculateEnabled() const; bool IsXfaValidationsEnabled(); void XfaSetValidationsEnabled(bool bEnabled); - void SynchronizeField(CPDF_FormField* pFormField, bool bSynchronizeElse); + void SynchronizeField(CPDF_FormField* pFormField); #endif // PDF_ENABLE_XFA bool OnKeyStrokeCommit(CPDF_FormField* pFormField, const WideString& csValue); @@ -78,7 +78,6 @@ class CPDFSDK_InterForm : public IPDF_FormNotify { bool DoAction_Hide(const CPDF_Action& action); bool DoAction_SubmitForm(const CPDF_Action& action); bool DoAction_ResetForm(const CPDF_Action& action); - bool DoAction_ImportData(const CPDF_Action& action); std::vector<CPDF_FormField*> GetFieldFromObjects( const std::vector<CPDF_Object*>& objects) const; |