diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-16 13:25:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-16 16:42:53 +0100 |
commit | e772a97e1b21ac67fa226578a52855b9d60fde94 (patch) | |
tree | 2103e262d4966af824fc0a4668afdee26f88a70c | |
parent | 65219ed0566e987651d3fc16d16f5b40dec418cd (diff) |
coverity#708815 Unused pointer value
Change-Id: Ie58034f0475dc9a876eeb54f3bc6a3c415c3e0a1
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 515e013dbe8a..fcfb881ec9f4 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -1814,7 +1814,6 @@ bool OutlineViewShell::UpdateOutlineObject( SdPage* pPage, Paragraph* pPara ) if( nParasInLayout ) { // create an OutlinerParaObject - pPara = pOutliner->GetParagraph( nTitlePara + 1 ); pOPO = pOutliner->CreateParaObject( nTitlePara + 1, nParasInLayout ); } |