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

guard against no container layout

Change-Id: If615c68bfaf145d81dab96b05e7b903c1a6b03cf
üst a065eda2
......@@ -243,6 +243,9 @@ void LwpTocSuperLayout::XFConvert(XFContentContainer* pCont)
// add TOC content
LwpSuperTableLayout::XFConvert(pToc);
if (!GetContainerLayout())
return;
// if current TOC is located in a cell, we must add a frame between upper level container and TOC
if ( !GetContainerLayout()->IsCell() )
{
......
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