summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.hxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx
index 0cbd137a1441..57d10c613611 100644
--- a/sd/source/ui/animations/CustomAnimationPane.hxx
+++ b/sd/source/ui/animations/CustomAnimationPane.hxx
@@ -113,7 +113,7 @@ private:
::com::sun::star::uno::Any getProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect );
bool setProperty1Value( sal_Int32 nType, CustomAnimationEffectPtr pEffect, const ::com::sun::star::uno::Any& rValue );
- void UpdateLook (void);
+ void UpdateLook();
DECL_LINK( implControlHdl, Control* );
DECL_LINK(implPropertyHdl, void *);
@@ -168,7 +168,7 @@ private:
/** This method initializes the mpCustomAnimationPresets on demand and
returns a reference to the list.
*/
- const CustomAnimationPresets& getPresets (void);
+ const CustomAnimationPresets& getPresets();
MotionPathTagVector maMotionPathTags;