summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/appinit.cxx1
-rw-r--r--desktop/source/app/langselect.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index 6741f04b0eb3..f1896956ddbd 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -206,7 +206,6 @@ void Desktop::RegisterServices()
RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::registerServices" );
// read command line parameters
- ::rtl::OUString aClientDisplay;
sal_Bool bHeadlessMode = sal_False;
// interpret command line arguments
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index b74643479b94..4bfa8b5d597e 100644
--- a/desktop/source/app/langselect.cxx
+++ b/desktop/source/app/langselect.cxx
@@ -435,7 +435,6 @@ sal_Bool LanguageSelection::isInstalledLanguage(OUString& usLocale, sal_Bool bEx
if (!bInstalled && !bExact)
{
// no exact match was found, well try to find a substitute
- OUString aInstalledLocale;
for (sal_Int32 i=0; i<seqLanguages.getLength(); i++)
{
if (usLocale.indexOf(seqLanguages[i]) == 0)