diff options
Diffstat (limited to 'xfa/src/fee/include/ifde_txtedtpage.h')
-rw-r--r-- | xfa/src/fee/include/ifde_txtedtpage.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fee/include/ifde_txtedtpage.h b/xfa/src/fee/include/ifde_txtedtpage.h index 2bc810f291..63b488f17f 100644 --- a/xfa/src/fee/include/ifde_txtedtpage.h +++ b/xfa/src/fee/include/ifde_txtedtpage.h @@ -4,8 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef _IFDE_TXTEDTPAGE_H -#define _IFDE_TXTEDTPAGE_H +#ifndef XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_ +#define XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_ + class IFDE_TxtEdtEngine; class IFDE_TxtEdtPage; class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess { @@ -35,4 +36,5 @@ class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess { virtual void UnloadPage(FX_LPCRECTF pClipBox = NULL) = 0; virtual const CFX_RectF& GetContentsBox() = 0; }; -#endif + +#endif // XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_ |