summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 15:13:33 +0200
committerNoel Grandin <noel@peralex.com>2016-03-02 07:57:37 +0200
commite65506968f98340522df9af1a2bfa7ab736bdc45 (patch)
treed3a21b4263d3bdd1960250c23f447fc8b176a08e /sd/inc
parentloplugin:unuseddefaultparam in sdext (diff)
downloadcore-e65506968f98340522df9af1a2bfa7ab736bdc45.tar.gz
core-e65506968f98340522df9af1a2bfa7ab736bdc45.zip
loplugin:unuseddefaultparam in sd
Change-Id: Ic1bb6903a7e4d4aae44b0a2a21a46590d5b4027f
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx2
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; }