summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-03 20:26:07 +0200
committerEike Rathke <erack@redhat.com>2013-09-03 20:35:44 +0200
commitfe8f47ce22130b23b7546bb741664e8fc5ffd58f (patch)
tree03dc5b974f200b99ac23c8b39ca5c0f242f1dacf /sw/source
parenta5fd27a77b39368c473757fc7b27a7a7fb2ca43c (diff)
was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/html/htmlcss1.cxx2
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 );