From a3f7849844d85dca6a58c4e621252ee3d5e0c688 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 9 Apr 2016 15:35:43 +0100 Subject: pCont can be null Change-Id: I7af6c5f4a14e330924a1ea12ebb6328884b8a565 (cherry picked from commit 617bbc9da95f7e4b13e3a999fd3085a4fee23ae4) Reviewed-on: https://gerrit.libreoffice.org/23937 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard (cherry picked from commit 23e3075976024da2b94dc432b38568f2cf7c402f) --- lotuswordpro/qa/cppunit/data/pass/null-1.lwp | Bin 0 -> 17632 bytes lotuswordpro/source/filter/lwpbulletstylemgr.cxx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lotuswordpro/qa/cppunit/data/pass/null-1.lwp diff --git a/lotuswordpro/qa/cppunit/data/pass/null-1.lwp b/lotuswordpro/qa/cppunit/data/pass/null-1.lwp new file mode 100644 index 000000000000..351d7e88ef37 Binary files /dev/null and b/lotuswordpro/qa/cppunit/data/pass/null-1.lwp differ diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx index 933f239bd5fa..7d7828407b46 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx @@ -293,7 +293,7 @@ XFContentContainer* LwpBulletStyleMgr::AddBulletList( theList->SetContinueNumber(bContinue); } //Add the outer list to pCont - if (nC == 0) + if (nC == 0 && pCont) { theList->SetStyleName(rStyleName); pCont->Add(theList); -- cgit v1.2.3