| Index: xfa/fwl/basewidget/fwl_editimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| index 008936c90e097e3f32b1da0765a2e21e55e55443..fb25c1e0fcc612cc5e4067446047bd5b4e81790d 100644
|
| --- a/xfa/fwl/basewidget/fwl_editimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| @@ -423,7 +423,7 @@ FX_BOOL CFWL_EditImp::ReplaceSpellCheckWord(CFX_PointF pointf,
|
| pBuffer[i] = bsReplace[i];
|
| }
|
| wsDest.ReleaseBuffer(nDestLen);
|
| - Replace(nWordStart, nWordCount, wsDest);
|
| + Replace(nWordStart, nWordCount, wsDest.AsWideStringC());
|
| return TRUE;
|
| }
|
| void CFWL_EditImp::DrawSpellCheck(CFX_Graphics* pGraphics,
|
|
|