summaryrefslogtreecommitdiff
path: root/core/src/fpdfdoc/doc_formfield.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-05-08 13:36:50 -0700
committerTom Sepez <tsepez@chromium.org>2015-05-08 13:36:50 -0700
commit06272311aca7ead4f419b65ca41673f1599218ae (patch)
tree7c3a927a52e7c72f1fbff65c4e4f1ac5b46e9170 /core/src/fpdfdoc/doc_formfield.cpp
parent6661fd4c26106cd530d187b36f29be7e5c98b70f (diff)
downloadpdfium-06272311aca7ead4f419b65ca41673f1599218ae.tar.xz
Move function prototypes to new doc_utils.h file
... rather than redundantly declaring them in several .cpp files, and hoping that the linker lines things up for you. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1128193004
Diffstat (limited to 'core/src/fpdfdoc/doc_formfield.cpp')
-rw-r--r--core/src/fpdfdoc/doc_formfield.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fpdfdoc/doc_formfield.cpp b/core/src/fpdfdoc/doc_formfield.cpp
index 6de46de08a..a77bc2f131 100644
--- a/core/src/fpdfdoc/doc_formfield.cpp
+++ b/core/src/fpdfdoc/doc_formfield.cpp
@@ -5,8 +5,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "../../include/fpdfdoc/fpdf_doc.h"
-CFX_WideString GetFullName(CPDF_Dictionary* pFieldDict);
-void SaveCheckedFieldStatus(CPDF_FormField* pField, CFX_ByteArray& statusArray);
+#include "doc_utils.h"
+
FX_BOOL PDF_FormField_IsUnison(CPDF_FormField *pField)
{
FX_BOOL bUnison = FALSE;