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

pCont can be null

Change-Id: I7af6c5f4a14e330924a1ea12ebb6328884b8a565
üst bef802a7
...@@ -287,7 +287,7 @@ XFContentContainer* LwpBulletStyleMgr::AddBulletList( ...@@ -287,7 +287,7 @@ XFContentContainer* LwpBulletStyleMgr::AddBulletList(
theList->SetContinueNumber(bContinue); theList->SetContinueNumber(bContinue);
} }
//Add the outer list to pCont //Add the outer list to pCont
if (nC == 0) if (nC == 0 && pCont)
{ {
theList->SetStyleName(rStyleName); theList->SetStyleName(rStyleName);
pCont->Add(theList); pCont->Add(theList);
......
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