summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-30 13:54:02 +0200
committerEike Rathke <erack@redhat.com>2013-08-30 13:54:48 +0200
commit40ff64b93fc4c4c2e2710853e9f71e35811b9362 (patch)
tree71c8476fa3b760e437ae22a37364439d31b52a28 /shell
parentattempt to roughly fix fdo#68740 (diff)
downloadcore-40ff64b93fc4c4c2e2710853e9f71e35811b9362.tar.gz
core-40ff64b93fc4c4c2e2710853e9f71e35811b9362.zip
and another one for fdo#68740
Change-Id: If07cffd30fe5fdfbe8fcb749b7682d1b8a3dcbb8
Diffstat (limited to 'shell')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
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);