diff options
author | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-12-06 03:34:14 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-06 09:39:13 +0100 |
commit | e0247cb339336a108ce19e4e64b41d366bea344e (patch) | |
tree | 4d03ae2206547c5ecb0f6704b0c6b73cb0a516d3 /sd | |
parent | 36894acb4d7b7adafcab8007c2a8272c178b8cd4 (diff) |
impress210: comment out not needed line
# HG changeset patch
# User Ocke Janssen [oj] <Ocke.Janssen@oracle.com>
# Date 1301304590 -7200
# Node ID de9c2cc66a6d7a2f16479b97b059b38090f317a0
# Parent ac21acda382420131e228c65959f33b6ef999475
impress210: comment out not needed line
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/EffectMigration.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx index f90808d9368a..071f302d55fe 100644 --- a/sd/source/core/EffectMigration.cxx +++ b/sd/source/core/EffectMigration.cxx @@ -1330,8 +1330,6 @@ void EffectMigration::SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj ) if( pObj ) { - sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); - const Reference< XShape > xShape( pShape ); SdPage* pPage = dynamic_cast< SdPage* >( pPathObj ? pPathObj->GetPage() : 0 ); if( pPage ) |