From 0380abfd3adf368a20d7c0cab9571961a08a5717 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 1 Apr 2011 09:39:31 +0100 Subject: document letter wizard + STR_ARR_SVT_LANGUAGE_TABLE gotcha --- svtools/inc/svtools/svtools.hrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc index bb34410a4bfb..c6e05f2ad5d3 100644 --- a/svtools/inc/svtools/svtools.hrc +++ b/svtools/inc/svtools/svtools.hrc @@ -284,6 +284,8 @@ // 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) +//due to some horror wizards/com/sun/star/wizards/letter/LocaleCodes.java needs to be kept +//manually in sync with STR_ARR_SVT_LANGUAGE_TABLE #define STR_ARR_SVT_LANGUAGE_TABLE_END (STR_ARR_SVT_LANGUAGE_TABLE) //............................................................................. -- cgit v1.2.3