Typos
Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
This commit is contained in:
parent
c2920b6d82
commit
37614b31e1
@ -112,7 +112,7 @@ OUString getEmergencyLocale() {
|
|||||||
return locale;
|
return locale;
|
||||||
}
|
}
|
||||||
locale = getInstalledLocale(
|
locale = getInstalledLocale(
|
||||||
inst, officecfg::System::L10N::UILocale::UILocale::get());
|
inst, officecfg::System::L10N::UILocale::get());
|
||||||
if (!locale.isEmpty()) {
|
if (!locale.isEmpty()) {
|
||||||
return locale;
|
return locale;
|
||||||
}
|
}
|
||||||
@ -165,7 +165,7 @@ bool prepareLocale() {
|
|||||||
}
|
}
|
||||||
if (locale.isEmpty()) {
|
if (locale.isEmpty()) {
|
||||||
locale = getInstalledLocale(
|
locale = getInstalledLocale(
|
||||||
inst, officecfg::System::L10N::UILocale::UILocale::get());
|
inst, officecfg::System::L10N::UILocale::get());
|
||||||
}
|
}
|
||||||
if (locale.isEmpty()) {
|
if (locale.isEmpty()) {
|
||||||
locale = getInstalledLocale(inst, "en-US");
|
locale = getInstalledLocale(inst, "en-US");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user