Index: xfa/fgas/layout/fgas_rtfbreak.cpp |
diff --git a/xfa/fgas/layout/fgas_rtfbreak.cpp b/xfa/fgas/layout/fgas_rtfbreak.cpp |
index dcb3c3953af915f62493dbd9fe02924d211bbb13..30a9c5a150e65b15105c358326c291179ac88a49 100644 |
--- a/xfa/fgas/layout/fgas_rtfbreak.cpp |
+++ b/xfa/fgas/layout/fgas_rtfbreak.cpp |
@@ -1095,8 +1095,7 @@ void CFX_RTFBreak::SplitTextLine(CFX_RTFLine* pCurLine, |
pNextLine->m_iStart = pCurLine->m_iStart; |
pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos; |
pCurLine->m_iWidth = iEndPos; |
- CFX_RTFChar* tc = curChars.GetDataPtr(iCharPos - 1); |
- tc->m_nBreakType = FX_LBT_UNKNOWN; |
+ curChars.GetDataPtr(iCharPos - 1)->m_nBreakType = FX_LBT_UNKNOWN; |
iCount = nextChars.GetSize(); |
CFX_RTFChar* pNextChars = nextChars.GetData(); |
for (int32_t i = 0; i < iCount; i++) { |