summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_interactiveform.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/cpdf_interactiveform.h')
-rw-r--r--core/fpdfdoc/cpdf_interactiveform.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/fpdfdoc/cpdf_interactiveform.h b/core/fpdfdoc/cpdf_interactiveform.h
index ebbbe2778c..1b68852d48 100644
--- a/core/fpdfdoc/cpdf_interactiveform.h
+++ b/core/fpdfdoc/cpdf_interactiveform.h
@@ -28,14 +28,14 @@ class CPDF_Object;
class CPDF_Page;
class IPDF_FormNotify;
-CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict,
- CPDF_Document* pDocument,
- ByteString* csNameTag);
+CPDF_Font* AddNativeInteractiveFormFont(CPDF_Dictionary*& pFormDict,
+ CPDF_Document* pDocument,
+ ByteString* csNameTag);
-class CPDF_InterForm {
+class CPDF_InteractiveForm {
public:
- explicit CPDF_InterForm(CPDF_Document* pDocument);
- ~CPDF_InterForm();
+ explicit CPDF_InteractiveForm(CPDF_Document* pDocument);
+ ~CPDF_InteractiveForm();
static void SetUpdateAP(bool bUpdateAP);
static bool IsUpdateAPEnabled();