diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:49:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:49:29 +0000 |
commit | 67f590b13f263bdaeb2bbd8348fe65a4b85860da (patch) | |
tree | fe964bd875df0ee047ac8f9129d0411c1c4ccea4 /svtools | |
parent | 9395dd04520fe10214fc4fe72ab6f4a33c0c28c3 (diff) |
INTEGRATION: CWS langstatusbar (1.2.70); FILE MERGED
2007/10/01 18:50:03 tl 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED
2007/06/08 13:48:45 tl 1.2.70.1: #i77208# new language status-bar control
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svtools.hrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc index 96d634c4bd91..1b808a1da45b 100644 --- a/svtools/inc/svtools/svtools.hrc +++ b/svtools/inc/svtools/svtools.hrc @@ -4,9 +4,9 @@ * * $RCSfile: svtools.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:41:49 $ + * last change: $Author: ihi $ $Date: 2007-11-23 16:49:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -416,6 +416,11 @@ #define STR_ERROR_RESTARTREQUIRED (STR_SVT_JAVAERROR_START+4) #define STR_SVT_JAVAERROR_END (STR_ERROR_RESTARTREQUIRED) +// String array to match UI language names to LanguageType values and vice versa +#define STR_ARR_SVT_LANGUAGE_TABLE_START (STR_SVT_JAVAERROR_END + 1) +#define STR_ARR_SVT_LANGUAGE_TABLE (STR_ARR_SVT_LANGUAGE_TABLE_START + 0) +#define STR_ARR_SVT_LANGUAGE_TABLE_END (STR_ARR_SVT_LANGUAGE_TABLE) + //............................................................................. // dialogs |