diff options
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-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; } |