summaryrefslogtreecommitdiff
path: root/include/svtools/svtools.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-15 08:37:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 09:09:34 +0100
commit7b61f9f09db809ba074336b60f883477760980aa (patch)
tree71c9a83de157dd8953d6475e2de8b9e4d533920a /include/svtools/svtools.hrc
parentbac420f9a8ba8d99213ee48ef6c2f50aba409f08 (diff)
use of STR_ARR_SVT_LANGUAGE_TABLE in wizards is gone
since commit 65e104060b2bd46259f0307263aa3d8eba4c0ace Author: Xisco Fauli <anistenis@gmail.com> Date: Sun Oct 21 20:35:05 2012 +0200 pyletter: remove java letter wizard Change-Id: I77065cd277233b78b90c23a6545854a83cd17b16
Diffstat (limited to 'include/svtools/svtools.hrc')
-rw-r--r--include/svtools/svtools.hrc8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/svtools/svtools.hrc b/include/svtools/svtools.hrc
index 2b9444765a3a..f181cf125a9a 100644
--- a/include/svtools/svtools.hrc
+++ b/include/svtools/svtools.hrc
@@ -196,22 +196,16 @@
#define STR_SVT_INDEXENTRY_END (STR_SVT_INDEXENTRY_PHONETIC_LC)
//String - Ids for Java errors, messages
-//These strings come from project desktop
-//There was no time for translation, therefore the defines needed to
-//remain the same.
#define STR_SVT_JAVAERROR_START (STR_SVT_INDEXENTRY_END + 1)
#define STR_QUESTION_JAVADISABLED (STR_SVT_JAVAERROR_START+0)
#define STR_ERROR_JVMCREATIONFAILED (STR_SVT_JAVAERROR_START+1)
#define STR_WARNING_JAVANOTFOUND (STR_SVT_JAVAERROR_START+2)
#define STR_WARNING_INVALIDJAVASETTINGS (STR_SVT_JAVAERROR_START+3)
-// STR_SVT_JAVAERROR_START + 4 unused
-#define STR_SVT_JAVAERROR_END (STR_SVT_JAVAERROR_START+4)
+#define STR_SVT_JAVAERROR_END (STR_WARNING_INVALIDJAVASETTINGS)
// 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)
#define STR_SVT_ADDRESSTEMPLATE_START (STR_ARR_SVT_LANGUAGE_TABLE_END+1)