mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
[x2t] Add Cell::fromXMLtoXLSB for performance reasons. Add other fixes
This commit is contained in:
@ -342,7 +342,7 @@ namespace XmlUtils
|
||||
inline const char* GetTextChar()
|
||||
{
|
||||
if (!IsValid())
|
||||
return NULL;
|
||||
return "";
|
||||
|
||||
const xmlChar* pValue = xmlTextReaderConstValue(reader);
|
||||
if (NULL == pValue)
|
||||
|
||||
Reference in New Issue
Block a user