summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-03-14 15:02:46 +0100
committerEike Rathke <erack@redhat.com>2017-03-14 15:12:49 +0100
commitb614ceb80c6648ccae4a0f431eec139aea6a6554 (patch)
treebb6e06a9df9501b6634255ec50dc43474cc663e6 /include
parent1eb69f6b9c78b19d3944c90c17ff8d498affc316 (diff)
tdf#100462 prefer en-GB-oxendict over en-GB-oed
And make en-GB-oed just an alias of en-GB-oxendict. Change-Id: I73c1208f85d06360dbd8def0b8d916cddfe59aca
Diffstat (limited to 'include')
-rw-r--r--include/i18nlangtag/mslangid.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx
index c3b73c8a0341..1b0d6594ec97 100644
--- a/include/i18nlangtag/mslangid.hxx
+++ b/include/i18nlangtag/mslangid.hxx
@@ -29,6 +29,7 @@
struct IsoLanguageCountryEntry;
struct IsoLanguageScriptCountryEntry;
+struct Bcp47CountryEntry;
/** Methods related to Microsoft language IDs. For details about MS-LANGIDs
please see lang.h */
@@ -267,6 +268,10 @@ public:
I18NLANGTAG_DLLPRIVATE static css::lang::Locale getLocale(
const IsoLanguageScriptCountryEntry * pEntry );
+ /** Used by lookupFallbackLocale(Locale) */
+ I18NLANGTAG_DLLPRIVATE static css::lang::Locale getLocale(
+ const Bcp47CountryEntry * pEntry );
+
/** Convert a LanguageType to a Locale.