From b74e92d51f7948d97ad91bb61b55ab3c0ed622c1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 13:31:47 +0100 Subject: [PATCH] slideshow: Use appropriate OUString functions on string constants Change-Id: I5498af3577591fa035319b72324cf70c536f8559 --- slideshow/source/engine/soundplayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()