Kaydet (Commit) b74e92d5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

slideshow: Use appropriate OUString functions on string constants

Change-Id: I5498af3577591fa035319b72324cf70c536f8559
üst 7f09f384
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment