| Index: xfa/src/fgas/src/layout/fx_textbreak.h
|
| diff --git a/xfa/src/fgas/src/layout/fx_textbreak.h b/xfa/src/fgas/src/layout/fx_textbreak.h
|
| index c5bbc4094695fcacc788ad12a8ce08e9e09baaac..a80b16c1b369912ec043560fe7d486db729fe1b4 100644
|
| --- a/xfa/src/fgas/src/layout/fx_textbreak.h
|
| +++ b/xfa/src/fgas/src/layout/fx_textbreak.h
|
| @@ -8,7 +8,7 @@
|
| #define _FX_TEXTBREAK_IMP
|
| class CFX_TxtLine;
|
| class CFX_Txtbreak;
|
| -class CFX_TxtLine : public CFX_Object
|
| +class CFX_TxtLine
|
| {
|
| public:
|
| CFX_TxtLine(FX_INT32 iBlockSize) : m_iStart(0)
|
| @@ -66,7 +66,7 @@ public:
|
| FX_INT32 m_iWidth;
|
| FX_INT32 m_iArabicChars;
|
| };
|
| -class CFX_TxtBreak : public IFX_TxtBreak, public CFX_Object
|
| +class CFX_TxtBreak : public IFX_TxtBreak
|
| {
|
| public:
|
| CFX_TxtBreak(FX_DWORD dwPolicies);
|
|
|