| Index: xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| diff --git a/xfa/src/fgas/src/layout/fx_rtfbreak.h b/xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| index fbb955566acadf7d0926c3fcd056557d5e0fb769..895661149dad52fe42fed82066cbde88c1fbb88a 100644
|
| --- a/xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| +++ b/xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FX_RTFBREAK_IMP
|
| -#define _FX_RTFBREAK_IMP
|
| +#ifndef XFA_SRC_FGAS_SRC_LAYOUT_FX_RTFBREAK_H_
|
| +#define XFA_SRC_FGAS_SRC_LAYOUT_FX_RTFBREAK_H_
|
|
|
| #include "core/include/fxcrt/fx_arb.h"
|
|
|
| @@ -171,4 +171,5 @@ class CFX_RTFBreak : public IFX_RTFBreak {
|
| FX_BOOL bAllChars,
|
| FX_DWORD dwStatus);
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FGAS_SRC_LAYOUT_FX_RTFBREAK_H_
|
|
|