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

coverity#704061 Unchecked return value

Change-Id: I460f258cb3b44949176561d397837184cd08bfbd
üst 0f8f7763
......@@ -4033,7 +4033,7 @@ long WW8PLCFx_Book::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen )
return -1;
}
pBook[nIsEnd]->Get( rStart, pData ); // query position
(void)pBook[nIsEnd]->Get( rStart, pData ); // query position
return pBook[nIsEnd]->GetIdx();
}
......
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