diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/mslangid.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx index 1d2f5cc8c651..f59e2d683def 100644 --- a/include/i18nlangtag/mslangid.hxx +++ b/include/i18nlangtag/mslangid.hxx @@ -292,11 +292,12 @@ public: /** Convert a LanguageType to a Locale. */ I18NLANGTAG_DLLPRIVATE static css::lang::Locale convertLanguageToLocale( - LanguageType nLang ); + LanguageType nLang, bool bIgnoreOverride ); /** Used by convertLanguageToLocale(LanguageType,bool) and getLocale(IsoLanguageCountryEntry*) and - getLocale(IsoLanguageScriptCountryEntry) + getLocale(IsoLanguageScriptCountryEntry*) and + getLocale(Bcp47CountryEntry*) @param bIgnoreOverride If bIgnoreOverride==true, a matching entry is used even if |