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

coverity#735880 Dereference after null check

Change-Id: Id31bac44391f0319ec31c72b77f1b471c32d0a68
üst 15e75e05
......@@ -730,7 +730,6 @@ void SdrUndoRemoveObj::Undo()
Point aOwnerAnchorPos(0, 0);
if(pObjList &&
pObjList->GetOwnerObj() &&
dynamic_cast<const SdrObjGroup*>(pObjList->GetOwnerObj()) != nullptr)
{
aOwnerAnchorPos = pObjList->GetOwnerObj()->GetAnchorPos();
......
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