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

IsoLanguageCountryEntry.mnOverride is LanguageType, not bool

Change-Id: I7575952918fd28c60bb48bfb6b97df210dca8de2
üst b8338768
......@@ -734,7 +734,7 @@ static Bcp47CountryEntry const aImplBcp47CountryEntries[] =
};
static IsoLanguageCountryEntry aLastResortFallbackEntry =
{ LANGUAGE_ENGLISH_US, "en", "US", false };
{ LANGUAGE_ENGLISH_US, "en", "US", 0 };
OUString IsoLanguageCountryEntry::getTagString() const
{
......
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