diff options
Diffstat (limited to 'desktop/source/app/langselect.cxx')
-rw-r--r-- | desktop/source/app/langselect.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) |