mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #76084
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user