This commit is contained in:
ElenaSubbotina
2025-07-24 09:58:08 +03:00
parent 96f7de8534
commit 3a555aa223

View File

@ -114,6 +114,10 @@ namespace ComplexTypes
{
sResult += L"w:val=\"" + XmlUtils::EncodeXmlString(*m_sVal, false) + L"\" ";
}
else
{
sResult += L"w:val=\"\" ";
}
return sResult;
}
void CLevelText::ReadAttributes(XmlUtils::CXmlLiteReader& oReader)