Kaydet (Commit) d77446f1 authored tarafından Eike Rathke's avatar Eike Rathke

SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEM

... instead of LANGUAGE_ENGLISH_US that will be ultimate fall-back
anyway if no match is found.

Change-Id: Ice6495e54fa0a1e275769fcfdf1e0e932e22944e
Reviewed-on: https://gerrit.libreoffice.org/61729Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst da4dc534
......@@ -75,7 +75,7 @@ void SAL_CALL SvNumberFormatsSupplierServiceObject::initialize( const Sequence<
}
Type aExpectedArgType = ::cppu::UnoType<css::lang::Locale>::get();
LanguageType eNewFormatterLanguage = LANGUAGE_ENGLISH_US;
LanguageType eNewFormatterLanguage = LANGUAGE_SYSTEM;
// the default
const Any* pArgs = _rArguments.getConstArray();
......
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