diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-03 18:59:36 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-03 20:35:40 +0200 |
commit | 156e5035e700739f5b8dcfb46c7220d52dbed9db (patch) | |
tree | 0b01a9dfb2dad567e03205bcde418745f35d9ed1 /linguistic | |
parent | 959181323f539c0cc685013bb4d50ed5360614a6 (diff) |
was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I3bf7d28e18d25672159daec7c49081bb11afc044
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 694dcd725846..5544aeeb172c 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -1022,7 +1022,7 @@ void GrammarCheckingIterator::GetConfiguredGCSvcs_Impl() { // only the first entry is used, there should be only one grammar checker per language const OUString aImplName( aImplNames[0] ); - const LanguageType nLang = LanguageTag::convertToLanguageType( pElementNames[i] ); + const LanguageType nLang = LanguageTag::convertToLanguageTypeWithFallback( pElementNames[i] ); aTmpGCImplNamesByLang[ nLang ] = aImplName; } } |