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

coverity#1251580 Unchecked return value

Change-Id: I5dcbd2289fc853bad2c0969fb3b202a1e7398a5a
üst 98d311c6
......@@ -682,7 +682,7 @@ void GraphicObject::StopAnimation( OutputDevice* pOut, long nExtraData )
const Graphic& GraphicObject::GetGraphic() const
{
GraphicObject *pThis = const_cast<GraphicObject*>(this);
pThis->SwapIn();
(void)pThis->SwapIn();
//fdo#50697 If we've been asked to provide the graphic, then reset
//the cache timeout to start from now and not remain at the
......
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