| Index: xfa/fee/ifde_txtedtpage.h
|
| diff --git a/xfa/fee/ifde_txtedtpage.h b/xfa/fee/ifde_txtedtpage.h
|
| index 094568834a7ae0f7ad4ef9608815ff87dfd3a1a2..695b442b9998fe84266b2b16194edd75ec83bf94 100644
|
| --- a/xfa/fee/ifde_txtedtpage.h
|
| +++ b/xfa/fee/ifde_txtedtpage.h
|
| @@ -11,14 +11,15 @@
|
| #include "xfa/fde/fde_visualset.h"
|
| #include "xfa/fgas/layout/fgas_textbreak.h"
|
|
|
| -class IFDE_TxtEdtEngine;
|
| +class CFDE_TxtEdtEngine;
|
| +
|
| class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
|
| public:
|
| - static IFDE_TxtEdtPage* Create(IFDE_TxtEdtEngine* pEngine, int32_t nIndex);
|
| + static IFDE_TxtEdtPage* Create(CFDE_TxtEdtEngine* pEngine, int32_t nIndex);
|
|
|
| virtual void Release() = 0;
|
|
|
| - virtual IFDE_TxtEdtEngine* GetEngine() const = 0;
|
| + virtual CFDE_TxtEdtEngine* GetEngine() const = 0;
|
| virtual int32_t GetCharRect(int32_t nIndex,
|
| CFX_RectF& rect,
|
| FX_BOOL bBBox = FALSE) const = 0;
|
|
|