| Index: xfa/fde/xml/fde_xml_imp.cpp
|
| diff --git a/xfa/fde/xml/fde_xml_imp.cpp b/xfa/fde/xml/fde_xml_imp.cpp
|
| index 16fc9622a9a0a6f177e5e5237da303fff65d4fa5..0badeb41dc00e0dc50df7b0c951c704ff3c1a455 100644
|
| --- a/xfa/fde/xml/fde_xml_imp.cpp
|
| +++ b/xfa/fde/xml/fde_xml_imp.cpp
|
| @@ -819,7 +819,7 @@ void CFDE_XMLElement::GetTextData(CFX_WideString& wsText) const {
|
| }
|
| pChild = pChild->m_pNext;
|
| }
|
| - wsText = buffer.GetWideString();
|
| + wsText = buffer.AsStringC();
|
| }
|
| void CFDE_XMLElement::SetTextData(const CFX_WideString& wsText) {
|
| if (wsText.GetLength() < 1) {
|
|
|