diff options
author | Eike Rathke <erack@redhat.com> | 2013-08-30 13:54:02 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-08-30 13:54:48 +0200 |
commit | 40ff64b93fc4c4c2e2710853e9f71e35811b9362 (patch) | |
tree | 71c8476fa3b760e437ae22a37364439d31b52a28 /shell | |
parent | 9f1d47f8246b5513fa3a54ff16de4b1f4dd647ab (diff) |
and another one for fdo#68740
Change-Id: If07cffd30fe5fdfbe8fcb749b7682d1b8a3dcbb8
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index 8c95f2a7c9b0..d40f4b86403b 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -459,7 +459,7 @@ void start_language_section( LanguageType ltype = LanguageTag( OStringToOUString( iso_lang.language(), RTL_TEXTENCODING_UTF8), - OStringToOUString( iso_lang.country(), RTL_TEXTENCODING_UTF8)).getLanguageType(); + OStringToOUString( iso_lang.country(), RTL_TEXTENCODING_UTF8)).makeFallback().getLanguageType(); char buff[10]; int primLangID = PRIMARYLANGID(ltype); |