1
0
mirror of https://github.com/ONLYOFFICE/core.git synced 2025-04-18 14:04:06 +03:00
This commit is contained in:
Viktor Andreev 2025-04-15 19:52:26 +06:00
parent 641a505cf8
commit bd60a20b91

View File

@ -2692,7 +2692,7 @@ namespace OOX
void CCell::toBin(XLS::StreamCacheWriterPtr& writer)
{
XLS::CellRef CellReference;
XLS::CellRef* SharedFmlaRef;
XLS::CellRef* SharedFmlaRef = NULL;
if((!m_oRow.IsInit() || !m_oCol.IsInit()))
{
if(m_oRef.IsInit())