| Index: core/include/fpdftext/fpdf_text.h
|
| diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h
|
| index 77b0c29a6b15e0d28640e7d3091eeec66ac6fb5c..20efb9171f4435c2964affa0487f5da2217236fe 100644
|
| --- a/core/include/fpdftext/fpdf_text.h
|
| +++ b/core/include/fpdftext/fpdf_text.h
|
| @@ -67,13 +67,6 @@ typedef CFX_ArrayTemplate<CFX_FloatRect> CFX_RectArray;
|
| #define FPDFTEXT_WRITINGMODE_LRTB 1
|
| #define FPDFTEXT_WRITINGMODE_RLTB 2
|
| #define FPDFTEXT_WRITINGMODE_TBRL 3
|
| -class CPDFText_ParseOptions {
|
| - public:
|
| - CPDFText_ParseOptions();
|
| - FX_BOOL m_bGetCharCodeOnly;
|
| - FX_BOOL m_bNormalizeObjs;
|
| - FX_BOOL m_bOutputHyphen;
|
| -};
|
|
|
| class IPDF_TextPage {
|
| public:
|
| @@ -82,8 +75,6 @@ class IPDF_TextPage {
|
|
|
| virtual ~IPDF_TextPage() {}
|
|
|
| - virtual void NormalizeObjects(FX_BOOL bNormalize) = 0;
|
| -
|
| virtual FX_BOOL ParseTextPage() = 0;
|
|
|
| virtual bool IsParsed() const = 0;
|
|
|