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

coverity#704785 Dereference after null check

Change-Id: I5ac5d5d693e8adfbeff4a60cf94c90f181986294
üst 7f8f6291
......@@ -198,7 +198,7 @@ struct SdNavigatorDropEvent : public ExecuteDropEvent
if( pSdrOleObj )
SvEmbedTransferHelper::FillTransferableObjectDescriptor( aObjDesc, pSdrOleObj->GetObjRef(), pSdrOleObj->GetGraphic(), pSdrOleObj->GetAspect() );
else
else if (mpDocSh)
mpDocSh->FillTransferableObjectDescriptor( aObjDesc );
aObjDesc.maSize = GetAllMarkedRect().GetSize();
......
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