| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 6eb6ca5a74e6a16536172a48fe4ec077737c04cf..6fbb04849aa8be8931a45ff156d018d4cf4ebe4c 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -74,7 +74,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);
|
| @@ -95,7 +94,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);
|
|
|