summaryrefslogtreecommitdiff
path: root/core/src/fpdftext/fpdf_text_int.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fpdftext/fpdf_text_int.cpp')
-rw-r--r--core/src/fpdftext/fpdf_text_int.cpp2
1 files changed, 1 insertions, 1 deletions
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);