From 46f34ef59e76383df0cd3c040f80a9a4ea712bc9 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 3 Sep 2013 20:05:47 +0200 Subject: was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback() Change-Id: If5dfd19368e2bd94aa55e06a65d68f422bae3877 --- unotools/source/config/lingucfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/source') diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx index 5adef3068dd6..47bcadc36163 100644 --- a/unotools/source/config/lingucfg.cxx +++ b/unotools/source/config/lingucfg.cxx @@ -82,7 +82,7 @@ static sal_Int16 lcl_CfgAnyToLanguage( const uno::Any &rVal ) { OUString aTmp; rVal >>= aTmp; - return (aTmp.isEmpty()) ? LANGUAGE_SYSTEM : LanguageTag::convertToLanguageType( aTmp ); + return (aTmp.isEmpty()) ? LANGUAGE_SYSTEM : LanguageTag::convertToLanguageTypeWithFallback( aTmp ); } SvtLinguOptions::SvtLinguOptions() -- cgit v1.2.3