Kaydet (Commit) 37614b31 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typos

Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712
üst c2920b6d
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment