coverity#1226478 Unchecked return value

Change-Id: Idcd3f35d1b5f097e61963083f11712e4ab87bdaa
This commit is contained in:
Caolán McNamara
2014-10-11 20:36:00 +01:00
parent 34de4f3e1c
commit 7ec1643c9f

View File

@@ -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);
}