slideshow: Use appropriate OUString functions on string constants
Change-Id: I5498af3577591fa035319b72324cf70c536f8559
This commit is contained in:
parent
7f09f384b2
commit
b74e92d51f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user