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

coverity#735336 Unchecked return value

Change-Id: Ic5bd2ecf827be68510877589b64305b5704d7488
üst 2196d1b7
......@@ -2989,7 +2989,7 @@ void WW8PLCFx_Fc_FKP::advance()
pFkp->advance();
if( pFkp->Where() == WW8_FC_MAX )
NewFkp();
(void)NewFkp();
}
sal_uInt16 WW8PLCFx_Fc_FKP::GetIstd() const
......
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