diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 11:40:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:11:44 +0100 |
commit | b50a3a369639e345f784b42c294d31795fcfc12a (patch) | |
tree | eda59fadbb80c04ef130cea67298c65ae034dd77 | |
parent | b833876805f7ce6670c618dc9cd6b68ded97a8f7 (diff) |
IsoLanguageCountryEntry.mnOverride is LanguageType, not bool
Change-Id: I7575952918fd28c60bb48bfb6b97df210dca8de2
-rw-r--r-- | i18nlangtag/source/isolang/isolang.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/isolang.cxx b/i18nlangtag/source/isolang/isolang.cxx index 65a42caabead..990e25ffd7c7 100644 --- a/i18nlangtag/source/isolang/isolang.cxx +++ b/i18nlangtag/source/isolang/isolang.cxx @@ -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 { |