From 04cdfa7aa0fea15c1fc737631c62260d8a9c2312 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Jul 2019 11:28:55 +0100 Subject: cid#1448263 Dereference after null check Change-Id: I48f5bbd0f51bed68a3a1772e17c6570248545370 Reviewed-on: https://gerrit.libreoffice.org/76109 Reviewed-by: Michael Stahl Tested-by: Jenkins --- sw/source/core/text/itratr.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx index 9b1f0236ccf2..77ded3fe3edf 100644 --- a/sw/source/core/text/itratr.cxx +++ b/sw/source/core/text/itratr.cxx @@ -339,6 +339,7 @@ bool SwAttrIter::Seek(TextFrameIndex const nNewPos) // items at all; it can only apply a previously effective item. // So do this by recreating the font from scratch. // Apply new para items: + assert(m_pMergedPara); InitFontAndAttrHandler(*m_pMergedPara->pParaPropsNode, *newPos.first, m_pMergedPara->mergedText, nullptr, nullptr); // reset to next -- cgit