diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-22 16:00:22 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-22 16:00:22 -0800 |
commit | 1d05b407189f5b7f9a0412c273d38cfbca4d3ea6 (patch) | |
tree | e43320d20f192606d2e36d3284c07383660490e7 /core/include | |
parent | 71fdc34b71760735aa0c14c820a1a10eb1e5829a (diff) | |
download | pdfium-1d05b407189f5b7f9a0412c273d38cfbca4d3ea6.tar.xz |
Merge to XFA: CPDFText_ParseOptions never change from default.
Original Review URL: https://codereview.chromium.org/1618693009 .
(cherry picked from commit c818b5fc6cca9a7e1a2851b30e8a34f652ab0ea9)
TBR=ochang@chromium.org
Review URL: https://codereview.chromium.org/1629593002 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fpdftext/fpdf_text.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h index 77b0c29a6b..20efb9171f 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; |