diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-03 20:26:07 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-03 20:35:44 +0200 |
commit | fe8f47ce22130b23b7546bb741664e8fc5ffd58f (patch) | |
tree | 03dc5b974f200b99ac23c8b39ca5c0f242f1dacf /sw/source | |
parent | a5fd27a77b39368c473757fc7b27a7a7fb2ca43c (diff) |
was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/htmlcss1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx index 8d31718b51aa..bfbcf0c0acd4 100644 --- a/sw/source/filter/html/htmlcss1.cxx +++ b/sw/source/filter/html/htmlcss1.cxx @@ -1934,7 +1934,7 @@ sal_Bool SwHTMLParser::ParseStyleOptions( const String &rStyle, if( pLang && pLang->Len() ) { - LanguageType eLang = LanguageTag::convertToLanguageType( *pLang ); + LanguageType eLang = LanguageTag::convertToLanguageTypeWithFallback( *pLang ); if( LANGUAGE_DONTKNOW != eLang ) { SvxLanguageItem aLang( eLang, RES_CHRATR_LANGUAGE ); |