Kaydet (Commit) 06210e5d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1078484 Unchecked return value

Change-Id: Ia9ce3d94aa5b825e0b7ba28240f00733332e606c
üst 22f92b86
......@@ -2331,7 +2331,7 @@ eF_ResT SwWW8ImplReader::Read_F_IncludeText( WW8FieldDesc* /*pF*/, OUString& rSt
break;
case '*':
//Skip over MERGEFORMAT
aReadParam.SkipToNextToken();
(void)aReadParam.SkipToNextToken();
break;
}
}
......
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