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

coverity#708816 Unused pointer value

Change-Id: I2ea7d4a8b142d67afa43ce165b51d81f65d251de
üst 9e67e4b8
......@@ -1318,13 +1318,6 @@ SfxItemSet* SfxBindings::CreateSet_Impl
pRealSlot->GetSlotId(), pRealSlot->GetWhich(rPool), pRealSlot, pCache );
rFound.push_back( pFound );
sal_uInt16 nSlot = pRealSlot->GetSlotId();
if ( !(nSlot >= SID_VERB_START && nSlot <= SID_VERB_END) )
{
pInterface = pInterface->GetRealInterfaceForSlot( pRealSlot );
DBG_ASSERT (pInterface,"Slot in the given shell is not found");
}
// Search through the bindings for slots served by the same function. This , // will only affect slots which are present in the found interface.
// The position of the Statecaches in StateCache-Array
......
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