From ce047a637b5abfc5abbea90958f276946b7efdd4 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 30 Jan 2018 18:15:02 +0000 Subject: 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 Commit-Queue: dsinclair --- fpdfsdk/cpdfsdk_interform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fpdfsdk/cpdfsdk_interform.h') 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 GetFieldFromObjects( const std::vector& objects) const; -- cgit v1.2.3