Typos
Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user