diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-01 15:13:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-02 07:57:37 +0200 |
commit | e65506968f98340522df9af1a2bfa7ab736bdc45 (patch) | |
tree | d3a21b4263d3bdd1960250c23f447fc8b176a08e /sd/inc | |
parent | a8aafaee134eb82e033175a820096d72205ce5e5 (diff) |
loplugin:unuseddefaultparam in sd
Change-Id: Ic1bb6903a7e4d4aae44b0a2a21a46590d5b4027f
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index f6dbd1815821..a8dcbe5c1a42 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -151,7 +151,7 @@ public: SAL_DLLPRIVATE void setAudio( const css::uno::Reference< css::animations::XAudio >& xAudio ); SAL_DLLPRIVATE bool getStopAudio() const; void setStopAudio(); - void createAudio( const css::uno::Any& rSource, double fVolume = 1.0 ); + void createAudio( const css::uno::Any& rSource ); SAL_DLLPRIVATE void removeAudio(); SAL_DLLPRIVATE const css::uno::Reference< css::animations::XAudio >& getAudio() const { return mxAudio; } |