| Index: core/fpdftext/include/cpdf_textpage.h
|
| diff --git a/core/fpdftext/include/cpdf_textpage.h b/core/fpdftext/include/cpdf_textpage.h
|
| index c7c673c23e6e1f9417738309ad8c05364512c9b2..1e58e751d4b6fa4752a0cdbaea0fb06267ff3fad 100644
|
| --- a/core/fpdftext/include/cpdf_textpage.h
|
| +++ b/core/fpdftext/include/cpdf_textpage.h
|
| @@ -61,11 +61,8 @@ struct PDFTEXT_Obj {
|
|
|
| class CPDF_TextPage {
|
| public:
|
| - static FX_BOOL IsRectIntersect(const CFX_FloatRect& rect1,
|
| - const CFX_FloatRect& rect2);
|
| -
|
| CPDF_TextPage(const CPDF_Page* pPage, FPDFText_Direction flags);
|
| - ~CPDF_TextPage() {}
|
| + ~CPDF_TextPage();
|
|
|
| // IPDF_TextPage:
|
| void ParseTextPage();
|
| @@ -98,6 +95,9 @@ class CPDF_TextPage {
|
| FX_FLOAT bottom,
|
| FX_BOOL bContains = FALSE);
|
|
|
| + static FX_BOOL IsRectIntersect(const CFX_FloatRect& rect1,
|
| + const CFX_FloatRect& rect2);
|
| +
|
| private:
|
| FX_BOOL IsHyphen(FX_WCHAR curChar);
|
| bool IsControlChar(const PAGECHAR_INFO& charInfo);
|
|
|