[Libreoffice-commits] core.git: shell/source
Eike Rathke
erack at redhat.com
Fri Aug 30 04:55:22 PDT 2013
shell/source/tools/lngconvex/lngconvex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 40ff64b93fc4c4c2e2710853e9f71e35811b9362
Author: Eike Rathke <erack at redhat.com>
Date: Fri Aug 30 13:54:02 2013 +0200
and another one for fdo#68740
Change-Id: If07cffd30fe5fdfbe8fcb749b7682d1b8a3dcbb8
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 8c95f2a..d40f4b8 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);
More information about the Libreoffice-commits
mailing list