coverity#1435748 silence Unchecked return value
Change-Id: Iba303276f9c9564eb4afe2a9238b009dc8bbc9d3
This commit is contained in:
@@ -992,7 +992,7 @@ bool SwCursorShell::GotoPrevOutline()
|
|||||||
SwNode* pNd = &(pCursor->GetNode());
|
SwNode* pNd = &(pCursor->GetNode());
|
||||||
SwOutlineNodes::size_type nPos;
|
SwOutlineNodes::size_type nPos;
|
||||||
bool bRet = false;
|
bool bRet = false;
|
||||||
rNds.GetOutLineNds().Seek_Entry(pNd, &nPos);
|
(void)rNds.GetOutLineNds().Seek_Entry(pNd, &nPos);
|
||||||
if ( nPos == 0 )
|
if ( nPos == 0 )
|
||||||
{
|
{
|
||||||
nPos = rNds.GetOutLineNds().size();
|
nPos = rNds.GetOutLineNds().size();
|
||||||
|
Reference in New Issue
Block a user