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

New commits:
commit c569add9b9b9e5aadff4b1379d1848c192f027ee
Author: Eike Rathke <er...@redhat.com>
Date:   Fri Jun 29 01:54:49 2012 +0200

    added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration context
    
    Intended as preparation to solve fdo#45830
    
    Change-Id: Id3d5be9ef27e1b565ec0b21e580b89e893a782b8

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index 5da8729..825efac 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -537,6 +537,7 @@ typedef unsigned short LanguageType;
 #define LANGUAGE_USER_MARI_MEADOW           0x066D
 #define LANGUAGE_USER_PAPIAMENTU_CURACAO    0x8479  /* makeLangID( 0x21, 
getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */
 #define LANGUAGE_USER_PAPIAMENTU_BONAIRE    0x8879  /* makeLangID( 0x22, 
getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */
+#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 */
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to