diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:31:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:32 +0100 |
commit | b74e92d51f7948d97ad91bb61b55ab3c0ed622c1 (patch) | |
tree | 825bf79b6ee40af1b2d65bfc99f4dbc3910c568e /slideshow/source/engine/soundplayer.cxx | |
parent | 7f09f384b2712faef29c6874821084be34c413a7 (diff) |
slideshow: Use appropriate OUString functions on string constants
Change-Id: I5498af3577591fa035319b72324cf70c536f8559
Diffstat (limited to 'slideshow/source/engine/soundplayer.cxx')
-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() |