Kaydet (Commit) 4f430d7a authored tarafından Noel Grandin's avatar Noel Grandin

cid#705884 dereference before null check

Change-Id: I55258bb30034b95f53134a9747088fc488796564
üst a02ec9eb
......@@ -1126,7 +1126,7 @@ const SfxPoolItem* SfxBindings::Execute_Impl( sal_uInt16 nId, const SfxPoolItem*
pCache->GetSlotServer( rDispatcher, pImp->xProv );
}
if ( pCache && pCache->GetDispatch().is() )
if ( pCache->GetDispatch().is() )
{
DBG_ASSERT( !ppInternalArgs, "Internal args get lost when dispatched!" );
......
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