diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 2048994f72e0..fde39b850b81 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1474,7 +1474,6 @@ int Desktop::Main() SetSplashScreenProgress(30); // create title string - LanguageTag aLocale( LANGUAGE_SYSTEM); ResMgr* pLabelResMgr = GetDesktopResManager(); OUString aTitle = pLabelResMgr ? ResId(RID_APPTITLE, *pLabelResMgr).toString() : OUString(); |