summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-13 22:05:45 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-13 22:05:45 +0100
commit7572bc9673bafdd5cdeb5a3df067529897f3364d (patch)
tree1d6b39e47fac3551b731d578eec5492628ea7d24 /desktop
parentc1b2cc6e5fe4b8b5e3433c9ebf9fc81e2a785e7c (diff)
#i108067#: fix typo
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/langselect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index e8b50cdd295e..bc80f64776d9 100644
--- a/desktop/source/app/langselect.cxx
+++ b/desktop/source/app/langselect.cxx
@@ -149,7 +149,7 @@ bool LanguageSelection::prepareLanguage()
xProp->getPropertyValue(OUString::createFromAscii("ooSetupSystemLocale")) >>= sLocale;
if ( sLocale.getLength() )
{
- loc = LanguageSelection::IsoStringToLocale(aLocaleString);
+ loc = LanguageSelection::IsoStringToLocale(sLocale);
MsLangId::setConfiguredSystemLanguage( MsLangId::convertLocaleToLanguage(loc) );
}
else