summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-23 15:52:07 +0200
committerEike Rathke <erack@redhat.com>2013-08-23 23:09:06 +0200
commit84df29d34de7e1c36f57895f914a8b8090dff518 (patch)
treee16662288824b7b61cd1a28bac7ec9e47a172cb9 /include
parent1256a084a841c99af3509a009e970b981117403e (diff)
extra convertLanguageToLocaleWithFallback(LanguageType) is unneeded
Change-Id: I67805c7f7a238e384a3cb6c3e58186e890594c49
Diffstat (limited to 'include')
-rw-r--r--include/i18nlangtag/mslangid.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx
index 8148d1760de0..4d05468d8105 100644
--- a/include/i18nlangtag/mslangid.hxx
+++ b/include/i18nlangtag/mslangid.hxx
@@ -259,16 +259,7 @@ public:
I18NLANGTAG_DLLPRIVATE static ::com::sun::star::lang::Locale lookupFallbackLocale(
const ::com::sun::star::lang::Locale & rLocale );
-
- /** Convert a LanguageType to a Locale, resolving LANGUAGE_SYSTEM,
- falling back to a default locale if no exact match was found.
-
- Used by getFallbackLocale(Locale)
- */
- I18NLANGTAG_DLLPRIVATE static ::com::sun::star::lang::Locale convertLanguageToLocaleWithFallback(
- LanguageType nLang );
-
- /** Used by convertLanguageToLocaleWithFallback(LanguageType) */
+ /** Used by getFallbackLocale(Locale) */
I18NLANGTAG_DLLPRIVATE static ::com::sun::star::lang::Locale lookupFallbackLocale(
LanguageType nLang );
};