Commit 0133702c authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 43cbaf89
......@@ -401,7 +401,7 @@ bool BinDocxRW::CDocxSerializer::getBinaryContent(const CString& bsTxContent, NS
{
oReader.ReadNextNode();//root
oReader.ReadNextNode();//v:textbox
CString sRootName = XmlUtils::GetNameNoNS(oReader.GetName());
std::wstring sRootName = XmlUtils::GetNameNoNS(oReader.GetName());
if(_T("textbox") == sRootName)
oReader.ReadNextNode();//w:txbxContent
oSdtContent.fromXML(oReader);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment