diff options
Diffstat (limited to 'avmedia/inc')
-rw-r--r-- | avmedia/inc/avmedia/mediaitem.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/inc/avmedia/mediaitem.hxx b/avmedia/inc/avmedia/mediaitem.hxx index 6cf0063ed25b..c6d0f5b4fee1 100644 --- a/avmedia/inc/avmedia/mediaitem.hxx +++ b/avmedia/inc/avmedia/mediaitem.hxx @@ -93,11 +93,11 @@ public: void setTime( double fTime ); double getTime() const; - void setLoop( sal_Bool bLoop ); - sal_Bool isLoop() const; + void setLoop( bool bLoop ); + bool isLoop() const; - void setMute( sal_Bool bMute ); - sal_Bool isMute() const; + void setMute( bool bMute ); + bool isMute() const; void setVolumeDB( sal_Int16 nDB ); sal_Int16 getVolumeDB() const; |