summaryrefslogtreecommitdiff
path: root/desktop/source/splash/splash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/splash/splash.cxx')
-rw-r--r--desktop/source/splash/splash.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index eaa6d07f66c1..0ef211a3cbeb 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -359,9 +359,7 @@ OUString implReadBootstrapKey( const OUString& _rKey )
void SplashScreen::loadConfig()
{
- _bShowLogo = !implReadBootstrapKey(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Logo"))).
- equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("0"));
+ _bShowLogo = implReadBootstrapKey( "Logo" ) != "0";
OUString sProgressFrameColor = implReadBootstrapKey(
OUString( RTL_CONSTASCII_USTRINGPARAM( "ProgressFrameColor" ) ) );