| Index: xfa/fde/tto/fde_textout.cpp
|
| diff --git a/xfa/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp
|
| index 8e9c30e2bac22e28e36a724b3b9d63a2973216ee..fe4e019eb74ba323234836537ef4cd1a2fa07496 100644
|
| --- a/xfa/fde/tto/fde_textout.cpp
|
| +++ b/xfa/fde/tto/fde_textout.cpp
|
| @@ -571,7 +571,7 @@ void CFDE_TextOut::DrawText(const FX_WCHAR* pwsStr,
|
| }
|
| m_pTxtBreak->SetLineWidth(fLineWidth);
|
| m_ttoLines.RemoveAll(TRUE);
|
| - m_wsText.Empty();
|
| + m_wsText.clear();
|
| LoadText(pwsStr, iLength, rect);
|
| if (m_dwStyles & FDE_TTOSTYLE_Ellipsis) {
|
| ReplaceWidthEllipsis();
|
|
|