Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
This commit is contained in:
Stephan Bergmann 2013-08-26 15:53:01 +02:00
parent c2920b6d82
commit 37614b31e1

View File

@ -112,7 +112,7 @@ OUString getEmergencyLocale() {
return locale;
}
locale = getInstalledLocale(
inst, officecfg::System::L10N::UILocale::UILocale::get());
inst, officecfg::System::L10N::UILocale::get());
if (!locale.isEmpty()) {
return locale;
}
@ -165,7 +165,7 @@ bool prepareLocale() {
}
if (locale.isEmpty()) {
locale = getInstalledLocale(
inst, officecfg::System::L10N::UILocale::UILocale::get());
inst, officecfg::System::L10N::UILocale::get());
}
if (locale.isEmpty()) {
locale = getInstalledLocale(inst, "en-US");