diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:43:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:43:57 +0000 |
commit | 7162b7f323ff4846a5931b4b57eb5d39ccaadcac (patch) | |
tree | 1ef66951f5d2abc59330e699cd769975a82a82b6 /sd/inc/CustomAnimationEffect.hxx | |
parent | a044c44ece2035c3c087012ae29e64a69ebc4ba7 (diff) |
INTEGRATION: CWS impress36 (1.4.42); FILE MERGED
2005/03/15 16:29:17 cl 1.4.42.4: #i41201# removed last fix
2005/03/15 14:50:37 cl 1.4.42.3: #i41201# use boost rational class for more acurate iterate interval conversion
2005/03/08 13:55:31 cl 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED
2005/03/02 12:24:22 cl 1.4.42.1: #i43679# added getStopAudio()
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index e28bfb7ea381..2a216750f761 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -2,9 +2,9 @@ * * $RCSfile: CustomAnimationEffect.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2005-03-01 17:29:34 $ + * last change: $Author: kz $ $Date: 2005-03-18 16:43:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -214,6 +214,7 @@ public: bool calculateIterateDuration(); void setAudio( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAudio >& xAudio ); + bool getStopAudio() const; void setStopAudio(); void createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume = 1.0 ); void removeAudio(); |