| Index: xfa/fgas/layout/fgas_rtfbreak.h
|
| diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h
|
| index 95de85bde68ed4db0c15da1499955887b603036f..d595ad38d1008107e3a863250a440ed6e54f3a42 100644
|
| --- a/xfa/fgas/layout/fgas_rtfbreak.h
|
| +++ b/xfa/fgas/layout/fgas_rtfbreak.h
|
| @@ -14,7 +14,6 @@
|
| #include "xfa/fgas/layout/fgas_textbreak.h"
|
| #include "xfa/fgas/layout/fgas_unicode.h"
|
|
|
| -class CFX_ArabicChar;
|
| class IFX_Unknown;
|
| class IFX_Font;
|
|
|
| @@ -293,7 +292,6 @@ class CFX_RTFBreak {
|
|
|
| protected:
|
| uint32_t m_dwPolicies;
|
| - CFX_ArabicChar* m_pArabicChar;
|
| int32_t m_iBoundaryStart;
|
| int32_t m_iBoundaryEnd;
|
| uint32_t m_dwLayoutStyles;
|
|
|