From 8eec33146af3bd4ffaf9b3a1fb9d2c72f19b6fb3 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 30 Aug 2016 20:45:36 +0200 Subject: Related: tdf#83376 fallback to known in linguistic context is wrong, always. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2f06818e6569fd7e59b94d11b69808a2b81490d5 (cherry picked from commit 9a2d6e7e77a660560af9d5b1bbe3a5171176f8d6) Reviewed-on: https://gerrit.libreoffice.org/28507 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- linguistic/source/convdicxml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/source/convdicxml.cxx') diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 747401e449f6..4b9510214066 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -212,7 +212,7 @@ void ConvDicXMLDictionaryContext_Impl::StartElement( OUString aValue = rxAttrList->getValueByIndex(i); if ( nPrefix == XML_NAMESPACE_TCD && aLocalName == "lang" ) - nLanguage = LanguageTag::convertToLanguageTypeWithFallback( aValue ); + nLanguage = LanguageTag::convertToLanguageType( aValue ); else if ( nPrefix == XML_NAMESPACE_TCD && aLocalName == "conversion-type" ) nConversionType = GetConversionTypeFromText( aValue ); } -- cgit v1.2.3