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

need a dynamic cast here

53rd and final distinct crash fix of this sequence

Change-Id: Id170132c2082fd4905192adc840125088ef5da27
(cherry picked from commit 3735b056)
üst 1d88fa76
......@@ -258,7 +258,7 @@ void LwpEnSuperTableLayout::XFConvert(XFContentContainer * /*pCont*/)
while(!rID.IsNull())
{
LwpVirtualLayout * pLayout = static_cast<LwpVirtualLayout *>(rID.obj().get());
LwpVirtualLayout * pLayout = dynamic_cast<LwpVirtualLayout*>(rID.obj().get());
if(!pLayout)
{
break;
......
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