Kaydet (Commit) c108fbe0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix crash in test

Change-Id: I0119575a33f28462d56fcc5aff7b3cf7f3493b84
üst 4f3dfaaa
......@@ -1809,7 +1809,7 @@ bool XclExpFmlaCompImpl::IsRef2D( const ScSingleRefData& rRefData, bool bCheck3D
not count as 2D reference. */
// conditional formatting does not allow 3D refs in xls
if (this->mxData->mrCfg.meType == EXC_FMLATYPE_CONDFMT)
if (mxData && mxData->mrCfg.meType == EXC_FMLATYPE_CONDFMT)
return true;
if (bCheck3DFlag && rRefData.IsFlag3D())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment