diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-24 10:52:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-24 10:53:17 +0200 |
commit | b45a12c37d2b671e54404afda5dee1b0947bd3ed (patch) | |
tree | 484fa50da87e5434970c774527a77e0dd079e1b9 /sd/inc/EffectMigration.hxx | |
parent | e4e654e40575300eaab429a6b94348bf43b9d7ce (diff) |
sd: sal_Bool->bool
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
Diffstat (limited to 'sd/inc/EffectMigration.hxx')
-rw-r--r-- | sd/inc/EffectMigration.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/inc/EffectMigration.hxx b/sd/inc/EffectMigration.hxx index 62c6a355ce88..f12290167ca7 100644 --- a/sd/inc/EffectMigration.hxx +++ b/sd/inc/EffectMigration.hxx @@ -61,15 +61,15 @@ public: static ::com::sun::star::presentation::AnimationSpeed GetAnimationSpeed( SvxShape* pShape ); static void SetDimColor( SvxShape* pShape, sal_Int32 nColor ); static sal_Int32 GetDimColor( SvxShape* pShape ); - static void SetDimHide( SvxShape* pShape, sal_Bool bDimHide ); - static sal_Bool GetDimHide( SvxShape* pShape ); - static void SetDimPrevious( SvxShape* pShape, sal_Bool bDimPrevious ); - static sal_Bool GetDimPrevious( SvxShape* pShape ); + static void SetDimHide( SvxShape* pShape, bool bDimHide ); + static bool GetDimHide( SvxShape* pShape ); + static void SetDimPrevious( SvxShape* pShape, bool bDimPrevious ); + 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 OUString GetSoundFile( SvxShape* pShape ); - static sal_Bool GetSoundOn( SvxShape* pShape ); + static bool GetSoundOn( SvxShape* pShape ); static void SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj ); static void CreateAnimatedGroup(SdrObjGroup& rGroupObj, SdPage& rPage); |