summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-01 09:39:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-01 09:39:31 +0100
commit25b340963aa06fa08e4d8577d2073877aeb7fd9a (patch)
treef92d6da08e288f60da7672eb9f6761ea93342e71
parente29b73f64c3d5d4cf42033ec139db00d192760f7 (diff)
document letter wizard + STR_ARR_SVT_LANGUAGE_TABLE gotcha
-rw-r--r--svtools/inc/svtools/svtools.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc
index 0bae840e08..70a06a7e61 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)
//.............................................................................