lotuswordpro/source/filter/lwpfribtable.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 356109d4ead137ea22b358b20ed22a4bd09d35f6 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Dec 9 12:23:11 2015 +0000 protect against missing SuperTable Change-Id: I788ec28424bb638f727901b7d25e48a284ab67d0 diff --git a/lotuswordpro/source/filter/lwpfribtable.cxx b/lotuswordpro/source/filter/lwpfribtable.cxx index d5f8159..9c93c26 100644 --- a/lotuswordpro/source/filter/lwpfribtable.cxx +++ b/lotuswordpro/source/filter/lwpfribtable.cxx @@ -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)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits