slideshow: Use appropriate OUString functions on string constants

Change-Id: I5498af3577591fa035319b72324cf70c536f8559
This commit is contained in:
Stephan Bergmann 2014-12-18 13:31:47 +01:00
parent 7f09f384b2
commit b74e92d51f

View File

@ -112,7 +112,7 @@ namespace slideshow
if( !mxPlayer.is() ) if( !mxPlayer.is() )
throw lang::NoSupportException( throw lang::NoSupportException(
OUString("No sound support for ") + rSoundURL ); "No sound support for " + rSoundURL );
} }
SoundPlayer::~SoundPlayer() SoundPlayer::~SoundPlayer()