[Libreoffice-commits] .: Branch 'libreoffice-3-6' - i18npool/inc

Eike Rathke erack at kemper.freedesktop.org
Mon Jul 9 04:51:15 PDT 2012


 i18npool/inc/i18npool/lang.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2e3e332e5207b771fb05e6844ea96f742024001f
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Jul 9 13:48:54 2012 +0200

    added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration context fdo#45830
    
    needed to build 860b321d81633268e4b80b8fe10b73df615c28ae, adapted from master
    
    Change-Id: Ida908efe662a82abe8499f16f73910430787af8b

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index a74b3ef..c0ad0a4 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -544,6 +544,7 @@ typedef unsigned short LanguageType;
 #define LANGUAGE_USER_ENGLISH_MALAWI        0x8809  /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
 #define LANGUAGE_USER_ERZYA                 0x066C
 #define LANGUAGE_USER_MARI_MEADOW           0x066D
+#define LANGUAGE_USER_SYSTEM_CONFIG         0xFFFE  /* not a locale, to be used only in configuration context to obtain system default, primary 0x3fe, sub 0x3f */
 
 #endif /* INCLUDED_I18NPOOL_LANG_H */
 


More information about the Libreoffice-commits mailing list