summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/mslangid.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx
index 22cf78512f85..d9d4eadb2171 100644
--- a/include/i18nlangtag/mslangid.hxx
+++ b/include/i18nlangtag/mslangid.hxx
@@ -249,9 +249,9 @@ public:
I18NLANGTAG_DLLPRIVATE static css::lang::Locale getOverride(
const css::lang::Locale & rLocale );
- /** Used by convertLocaleToLanguage(Locale) */
+ /** Used by convertLocaleToLanguageImpl(Locale) and LanguageTagImpl::convertLocaleToLang() */
I18NLANGTAG_DLLPRIVATE static LanguageType convertIsoNamesToLanguage(
- const OUString& rLang, const OUString& rCountry );
+ const OUString& rLang, const OUString& rCountry, bool bSkipIsoTable );
/** Used by convertUnxByteStringToLanguage(OString) */