diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-25 17:20:55 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-25 17:20:55 +0100 |
commit | 8316671089f33c8aba5c5e72348854de16df9379 (patch) | |
tree | d20ca98095d66dc11dadffd5dd83c6b8e59dd6d3 /l10ntools/inc/xmlutil.hxx | |
parent | 54311d2499a8502ea3a827347992c2f4d6e40d31 (diff) |
l10ntools: #i108657# rename transex3 to l10ntools
Diffstat (limited to 'l10ntools/inc/xmlutil.hxx')
-rw-r--r-- | l10ntools/inc/xmlutil.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/l10ntools/inc/xmlutil.hxx b/l10ntools/inc/xmlutil.hxx new file mode 100644 index 000000000000..812f50b85c45 --- /dev/null +++ b/l10ntools/inc/xmlutil.hxx @@ -0,0 +1,9 @@ +#define ENGLISH_US 1 +#define ENGLISH_US_ISO "en-US" +#define ENGLISH_US_PROPERTY "en_US" +#define ENGLISH_US_INDEX 1 +#define GERMAN_DE 4 +#define GERMAN_DE_ISO "x-german" +#define GERMAN_DE_INDEX 3 +#define GERMAN_ISO2 "de-DE" + |