diff options
Diffstat (limited to 'xfa/fde/cfde_txtedttextset.cpp')
-rw-r--r-- | xfa/fde/cfde_txtedttextset.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fde/cfde_txtedttextset.cpp b/xfa/fde/cfde_txtedttextset.cpp index fce52d3278..0b6cf8214e 100644 --- a/xfa/fde/cfde_txtedttextset.cpp +++ b/xfa/fde/cfde_txtedttextset.cpp @@ -35,7 +35,6 @@ int32_t CFDE_TxtEdtTextSet::GetDisplayPos(const FDE_TEXTEDITPIECE& piece, tr.dwStyles = dwLayoutStyle; tr.dwCharStyles = piece.dwCharStyles; tr.pRect = &piece.rtPiece; - tr.wLineBreakChar = pTextParams->wLineBreakChar; return pBreak->GetDisplayPos(&tr, pCharPos); } @@ -57,6 +56,5 @@ std::vector<CFX_RectF> CFDE_TxtEdtTextSet::GetCharRects( tr.dwStyles = dwLayoutStyle; tr.dwCharStyles = pPiece->dwCharStyles; tr.pRect = &pPiece->rtPiece; - tr.wLineBreakChar = pTextParams->wLineBreakChar; return pEngine->GetTextBreak()->GetCharRects(&tr, bBBox); } |