| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index acc9bfacc67c92fc1049e5e3b067cb78b1d6368d..f5d1f98a1a9382ced4bf41044450edd7d01039f3 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -54,9 +54,8 @@ class CPDF_TextPage : public IPDF_TextPage {
|
| CPDF_TextPage(const CPDF_Page* pPage, int flags);
|
| ~CPDF_TextPage() override {}
|
|
|
| - // IPDF_TextPage
|
| + // IPDF_TextPage:
|
| FX_BOOL ParseTextPage() override;
|
| - void NormalizeObjects(FX_BOOL bNormalize) override;
|
| bool IsParsed() const override { return m_bIsParsed; }
|
| int CharIndexFromTextIndex(int TextIndex) const override;
|
| int TextIndexFromCharIndex(int CharIndex) const override;
|
| @@ -131,7 +130,6 @@ class CPDF_TextPage : public IPDF_TextPage {
|
| const CPDF_Font* pFont,
|
| int nItems) const;
|
|
|
| - CPDFText_ParseOptions m_ParseOptions;
|
| CFX_WordArray m_CharIndex;
|
| const CPDF_PageObjectList* const m_pPage;
|
| PAGECHAR_InfoArray m_charList;
|
|
|