summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-28 11:29:50 +0200
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-28 11:29:50 +0200
commit66307ce86df99f6bd31f2f78665582b377161cad (patch)
treebdc5772bcb8661dc330f988034372b4ac37cbce0 /sd
parentfb67bd489f23c17a4db9d1994aa397256d8b9c9d (diff)
impress210: comment out not needed line
Diffstat (limited to 'sd')
-rwxr-xr-xsd/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 751ce0911cfc..26d032d8bb6f 100755
--- a/sd/source/core/EffectMigration.cxx
+++ b/sd/source/core/EffectMigration.cxx
@@ -1353,7 +1353,7 @@ void EffectMigration::SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj )
if( pObj )
{
- sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence();
+ //sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence();
const Reference< XShape > xShape( pShape );
SdPage* pPage = dynamic_cast< SdPage* >( pPathObj ? pPathObj->GetPage() : 0 );