Kaydet (Commit) 356109d4 authored tarafından Caolán McNamara's avatar Caolán McNamara

protect against missing SuperTable

Change-Id: I788ec28424bb638f727901b7d25e48a284ab67d0
üst 880aa61c
......@@ -97,6 +97,8 @@ void LwpFribTable::XFConvert(XFContentContainer* pCont)
{
XFContentContainer* pXFContentContainer = pCont;
LwpSuperTableLayout* pSuper = GetSuperTable();
if (!pSuper)
return;
sal_uInt8 nType = pSuper->GetRelativeType();
LwpVirtualLayout* pContainer = pSuper->GetContainerLayout();
if (!pContainer)
......
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