diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdundo.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx index f9034100968f..44cf554eea28 100644 --- a/svx/source/svdraw/svdundo.cxx +++ b/svx/source/svdraw/svdundo.cxx @@ -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(); |