Kaydet (Commit) 7ec1643c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1226478 Unchecked return value

Change-Id: Idcd3f35d1b5f097e61963083f11712e4ab87bdaa
üst 34de4f3e
......@@ -1465,7 +1465,7 @@ namespace //local functions originally from docfmt.cxx
if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() )
{
SwRegHistory history( pNode, *pNode, pHistory );
history.InsertItems(*pCharSet,
(void)history.InsertItems(*pCharSet,
0, aCntEnd.GetIndex(), nFlags);
}
......
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