diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-25 15:52:28 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-25 15:52:28 -0800 |
commit | a2c42ce6150c4072613a6fc9fa0dc064dbf0a15d (patch) | |
tree | b1705df8ed8c9f2f8db5095fbb6e19548493eacd /core/src/fpdftext/text_int.h | |
parent | 214947de80a9be2ddb134b1962affc82e20563c9 (diff) | |
download | pdfium-a2c42ce6150c4072613a6fc9fa0dc064dbf0a15d.tar.xz |
Manual fixups to PDF_ENABLE_XFA in core/
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1477663003 .
Diffstat (limited to 'core/src/fpdftext/text_int.h')
-rw-r--r-- | core/src/fpdftext/text_int.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index d8e79b9610..e68ead7741 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -125,12 +125,11 @@ class CPDF_TextPage : public IPDF_TextPage { void AddCharInfoByRLDirection(CFX_WideString& str, int i); int32_t GetTextObjectWritingMode(const CPDF_TextObject* pTextObj); int32_t FindTextlineFlowDirection(); -#ifndef PDF_ENABLE_XFA + void SwapTempTextBuf(int32_t iCharListStartAppend, int32_t iBufStartAppend); FX_BOOL IsRightToLeft(const CPDF_TextObject* pTextObj, const CPDF_Font* pFont, int nItems) const; -#endif CPDFText_ParseOptions m_ParseOptions; CFX_WordArray m_CharIndex; |