Kaydet (Commit) b7662cff authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Michael Stahl

ofz#14422 null deref

Change-Id: Icd00e2aaa5932564668cd12ce4ee63aecc34419a
Reviewed-on: https://gerrit.libreoffice.org/71305
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst ccf73c63
......@@ -1277,6 +1277,12 @@ bool LayoutNode::setupShape( const ShapePtr& rShape, const dgm::Point* pPresNode
continue;
}
if (!aDataNode2->second->mpShape)
{
//busted, skip it
continue;
}
rShape->setDataNodeType(aDataNode2->second->mnType);
if( rItem.mnDepth == 0 )
......
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