summaryrefslogtreecommitdiff
path: root/sd/source/core/EffectMigration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/EffectMigration.cxx')
-rw-r--r--sd/source/core/EffectMigration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx
index 0b9be90f4bb0..09de6e99adc4 100644
--- a/sd/source/core/EffectMigration.cxx
+++ b/sd/source/core/EffectMigration.cxx
@@ -425,7 +425,7 @@ EffectSequence::iterator ImplFindEffect( MainSequencePtr& pMainSequence, const R
static bool implIsInsideGroup( SdrObject* pObj )
{
- return pObj && pObj->getParentOfSdrObject() && pObj->getParentOfSdrObject()->getSdrObjectFromSdrObjList();
+ return pObj && pObj->GetParentSdrObject();
}
void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEffect )