summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdundo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r--svx/source/svdraw/svdundo.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index 44cf554eea28..44720da60dae 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -792,7 +792,6 @@ void SdrUndoInsertObj::Redo()
// <InsertObject(..)>. Needed for correct Redo in Writer. (#i45952#)
Point aAnchorPos( 0, 0 );
if ( pObjList &&
- pObjList->GetOwnerObj() &&
dynamic_cast<const SdrObjGroup*>(pObjList->GetOwnerObj()) != nullptr )
{
aAnchorPos = pObj->GetAnchorPos();