diff options
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/soundplayer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/soundplayer.cxx b/slideshow/source/engine/soundplayer.cxx index 1d546a8aa250..89024107cf14 100644 --- a/slideshow/source/engine/soundplayer.cxx +++ b/slideshow/source/engine/soundplayer.cxx @@ -112,7 +112,7 @@ namespace slideshow if( !mxPlayer.is() ) throw lang::NoSupportException( - OUString("No sound support for ") + rSoundURL ); + "No sound support for " + rSoundURL ); } SoundPlayer::~SoundPlayer() |