sw/source/filter/ww8/ww8atr.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 3d9809bb6a20c34ef9f5ef0f4a6bc4eab7d8551f Author: Michael Stahl <michael.st...@cib.de> AuthorDate: Mon Oct 1 17:32:29 2018 +0200 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Tue Oct 2 10:18:16 2018 +0200 coverity#1439597 it's not possible for SwPaM::End to return null Change-Id: I1289721e2e62e258237096d79182779ca3f15bdb Reviewed-on: https://gerrit.libreoffice.org/61205 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index a93b849797ea..7a92a825ceaf 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -5509,9 +5509,6 @@ const SwRedlineData* AttributeOutputBase::GetParagraphMarkerRedline( const SwTex continue; const SwPosition* pCheckedEnd = pRedl->End(); - if (!pCheckedEnd) - continue; - const SwPosition* pCheckedStt = pRedl->Start(); sal_uLong uStartNodeIndex = pCheckedStt->nNode.GetIndex(); sal_uLong uStartCharIndex = pCheckedStt->nContent.GetIndex(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits