mirror of
https://github.com/ONLYOFFICE/core.git
synced 2025-04-18 14:04:06 +03:00
fix bug #74037
This commit is contained in:
parent
641a505cf8
commit
bd60a20b91
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user