Kaydet (Commit) 0836415f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#703951 unchecked return value

Change-Id: Id9a3c639bd778552b176c19b7574a9d9786ffebc
üst ec1de2a4
......@@ -1273,7 +1273,7 @@ bool Outliner::ImpCanIndentSelectedPages( OutlinerView* pCurView )
if ( nDepthChangedHdlPrevDepth == 1 ) // is the only page
return false;
else
pCurView->ImpCalcSelectedPages( false ); // without the first
(void)pCurView->ImpCalcSelectedPages( false ); // without the first
}
return IndentingPagesHdl( pCurView );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment