coverity#1226478 Unchecked return value
Change-Id: Idcd3f35d1b5f097e61963083f11712e4ab87bdaa
This commit is contained in:
@@ -1465,7 +1465,7 @@ namespace //local functions originally from docfmt.cxx
|
|||||||
if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() )
|
if( pNode->IsTxtNode() && pCharSet && pCharSet->Count() )
|
||||||
{
|
{
|
||||||
SwRegHistory history( pNode, *pNode, pHistory );
|
SwRegHistory history( pNode, *pNode, pHistory );
|
||||||
history.InsertItems(*pCharSet,
|
(void)history.InsertItems(*pCharSet,
|
||||||
0, aCntEnd.GetIndex(), nFlags);
|
0, aCntEnd.GetIndex(), nFlags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user