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() )
|
if( !mxPlayer.is() )
|
||||||
throw lang::NoSupportException(
|
throw lang::NoSupportException(
|
||||||
OUString("No sound support for ") + rSoundURL );
|
"No sound support for " + rSoundURL );
|
||||||
}
|
}
|
||||||
|
|
||||||
SoundPlayer::~SoundPlayer()
|
SoundPlayer::~SoundPlayer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user