diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-03 20:28:44 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-03 20:35:44 +0200 |
commit | 9817bd0faf74cb606b63a461b0e87aa401167c77 (patch) | |
tree | e6a7a31cd38f1a1cab5f6776f93d3431a2a42cf0 /sw/source | |
parent | fe8f47ce22130b23b7546bb741664e8fc5ffd58f (diff) |
was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Ib57abbb298160ce21fd584a5f3b88519e5422cfc
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/htmlgrin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx index 2a125cb9c684..58097a1c39b9 100644 --- a/sw/source/filter/html/htmlgrin.cxx +++ b/sw/source/filter/html/htmlgrin.cxx @@ -988,7 +988,7 @@ void SwHTMLParser::InsertBodyOptions() } if( aLang.Len() ) { - LanguageType eLang = LanguageTag::convertToLanguageType( aLang ); + LanguageType eLang = LanguageTag::convertToLanguageTypeWithFallback( aLang ); if( LANGUAGE_DONTKNOW != eLang ) { sal_uInt16 nWhich = 0; |