Kaydet (Commit) 8e3e99bb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#703988 silence Unchecked return value

its not really like the other checked patterns

Change-Id: Ied788b5bad93581bf687d7b3d230971095959bb1
üst 04343704
......@@ -597,7 +597,7 @@ void ScHTMLLayoutParser::Adjust()
}
}
// Real column
SeekOffset( pColOffset, pE->nOffset, &pE->nCol, nOffsetTolerance );
(void)SeekOffset( pColOffset, pE->nOffset, &pE->nCol, nOffsetTolerance );
SCCOL nColBeforeSkip = pE->nCol;
SkipLocked( pE, false );
if ( pE->nCol != nColBeforeSkip )
......
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