| 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 bf5f1ee4b52344decf10684e8b4f004117cf8141..c8f69277da6fc506f41247f721662c2378dd2dc9 100644
|
| --- a/xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| +++ b/xfa/src/fgas/src/layout/fx_rtfbreak.h
|
| @@ -8,7 +8,7 @@
|
| #define _FX_RTFBREAK_IMP
|
| class CFX_RTFLine;
|
| class CFX_RTFBreak;
|
| -class CFX_RTFLine : public CFX_Object
|
| +class CFX_RTFLine
|
| {
|
| public:
|
| CFX_RTFLine() : m_LinePieces(16)
|
| @@ -78,7 +78,7 @@ public:
|
| FX_INT32 m_iArabicChars;
|
| FX_INT32 m_iMBCSChars;
|
| };
|
| -class CFX_RTFBreak : public IFX_RTFBreak, public CFX_Object
|
| +class CFX_RTFBreak : public IFX_RTFBreak
|
| {
|
| public:
|
| CFX_RTFBreak(FX_DWORD dwPolicies);
|
|
|