shell/source/tools/lngconvex/lngconvex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40ff64b93fc4c4c2e2710853e9f71e35811b9362
Author: Eike Rathke <er...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to