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

coverity#704052 Unchecked return value

that's ok I think

Change-Id: I8ad2f3eab55d5a5907c431532768c9080fccfcf5
üst ea7a0b35
......@@ -1973,7 +1973,7 @@ throw (beans::UnknownPropertyException, uno::RuntimeException)
if ( pEntry->nWID >= FN_UNO_RANGE_BEGIN &&
pEntry->nWID <= FN_UNO_RANGE_END )
{
SwUnoCursorHelper::getCrsrPropertyValue(
(void)SwUnoCursorHelper::getCrsrPropertyValue(
*pEntry, rPaM, 0, pStates[i] );
}
else
......
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