[Libreoffice-commits] .: i18npool/inc
Eike Rathke
erack at kemper.freedesktop.org
Thu Jun 28 16:57:56 PDT 2012
i18npool/inc/i18npool/lang.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c569add9b9b9e5aadff4b1379d1848c192f027ee
Author: Eike Rathke <erack at 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 */
More information about the Libreoffice-commits
mailing list