diff options
Diffstat (limited to 'sd/inc/EffectMigration.hxx')
-rw-r--r-- | sd/inc/EffectMigration.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/EffectMigration.hxx b/sd/inc/EffectMigration.hxx index f1702b1d7f8f..9dc388c0ecb2 100644 --- a/sd/inc/EffectMigration.hxx +++ b/sd/inc/EffectMigration.hxx @@ -63,12 +63,12 @@ public: static bool GetDimPrevious( SvxShape* pShape ); static void SetPresentationOrder( SvxShape* pShape, sal_Int32 nNewPos ); static sal_Int32 GetPresentationOrder( SvxShape* pShape ); - static void UpdateSoundEffect( SvxShape* pShape, SdAnimationInfo* pInfo ); + static void UpdateSoundEffect( SvxShape* pShape, SdAnimationInfo const * pInfo ); static OUString GetSoundFile( SvxShape* pShape ); static bool GetSoundOn( SvxShape* pShape ); - static void SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj ); - static void CreateAnimatedGroup(SdrObjGroup& rGroupObj, SdPage& rPage); + static void SetAnimationPath( SvxShape* pShape, SdrPathObj const * pPathObj ); + static void CreateAnimatedGroup(SdrObjGroup const & rGroupObj, SdPage& rPage); static void DocumentLoaded(SdDrawDocument & rDoc); }; |