| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index e2d6af6e985805c5cc6a78b93ddfd0798f534c20..ce52371df0b26e11c02f6b15bde559ac7ca69655 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -66,7 +66,6 @@ public:
|
| FX_FLOAT yTorelance) const;
|
| virtual CFX_WideString GetTextByRect(const CFX_FloatRect& rect) const;
|
| virtual void GetRectsArrayByRect(const CFX_FloatRect& rect, CFX_RectArray& resRectArray) const;
|
| - virtual int GetOrderByDirection(int order, int direction) const;
|
| virtual CFX_WideString GetPageText(int start = 0, int nCount = -1) const;
|
|
|
| virtual int CountRects(int start, int nCount);
|
| @@ -87,7 +86,7 @@ public:
|
| static FX_BOOL IsLetter(FX_WCHAR unicode);
|
| private:
|
| FX_BOOL IsHyphen(FX_WCHAR curChar);
|
| - FX_BOOL IsControlChar(PAGECHAR_INFO* pCharInfo);
|
| + bool IsControlChar(const PAGECHAR_INFO& charInfo);
|
| FX_BOOL GetBaselineRotate(int start, int end, int& Rotate);
|
| void ProcessObject();
|
| void ProcessFormObject(CPDF_FormObject* pFormObj, const CFX_AffineMatrix& formMatrix);
|
|
|