summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffwidgetacc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffwidgetacc.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffwidgetacc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffwidgetacc.h b/xfa/src/fxfa/src/app/xfa_ffwidgetacc.h
index 4be5fadc20..7a8dd94bfe 100644
--- a/xfa/src/fxfa/src/app/xfa_ffwidgetacc.h
+++ b/xfa/src/fxfa/src/app/xfa_ffwidgetacc.h
@@ -4,9 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FXFA_FORMFILLER_WIDGETACC_IMP_H
-#define _FXFA_FORMFILLER_WIDGETACC_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFWIDGETACC_H_
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFWIDGETACC_H_
+
#include "xfa_textlayout.h"
+
enum XFA_TEXTPROVIDERTYPE {
XFA_TEXTPROVIDERTYPE_Text,
XFA_TEXTPROVIDERTYPE_Datasets,
@@ -38,4 +40,5 @@ class CXFA_TextProvider : public IXFA_TextProvider {
XFA_TEXTPROVIDERTYPE m_eType;
CXFA_Node* m_pTextNode;
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFWIDGETACC_H_