From 1322c22412f1d444184fae9d0673bf9220658d23 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 13:22:29 +0100 Subject: desktop: Use appropriate OUString functions on string constants Change-Id: Ie35b3ab2695d9bbfc221b63b6913e21386344a33 --- desktop/source/splash/splash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/splash') diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 38ec781f3bd3..c406da931d08 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -370,7 +370,7 @@ void SplashScreen::loadConfig() // Determine full screen splash mode _bFullScreenSplash = (( !sFullScreenSplash.isEmpty() ) && - ( !sFullScreenSplash.equals( "0" ))); + ( sFullScreenSplash != "0" )); // Try to retrieve the relative values for the progress bar. The current // schema uses the screen ratio to retrieve the associated values. -- cgit