From 2b5e0d5b20654d116045484868c9e015ed698124 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 10 Jun 2015 23:33:26 -0700 Subject: Cleanup: Remove uses of "this->" in core/ R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1173223002. --- core/src/fpdftext/fpdf_text_int.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fpdftext') diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp index 16421ed5b6..b100394a8f 100644 --- a/core/src/fpdftext/fpdf_text_int.cpp +++ b/core/src/fpdftext/fpdf_text_int.cpp @@ -1276,7 +1276,7 @@ void CPDF_TextPage::CloseTempLine() if(nR2L > 0 && nR2L >= nL2R) { bR2L = TRUE; } - if(this->m_parserflag == FPDFTEXT_RLTB || bR2L) { + if (m_parserflag == FPDFTEXT_RLTB || bR2L) { int count = order.GetSize(); for(int i = count - 1; i > 0; i -= 3) { int ret = order.GetAt(i); -- cgit v1.2.3