diff options
author | Victor Lee <konya.vic@gmail.com> | 2011-12-25 01:33:07 +0900 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-04-04 18:34:33 +0200 |
commit | 2ba78d1ed9fca82156eebb460b398829b5a3b6db (patch) | |
tree | 2d583c1c9ebf22364c1544b17f0b5c92b6c2d4bb /wizards | |
parent | ef9620df989cd1e3ab9cf2e289b035231cca4d39 (diff) |
Remove duplicated and unused IDs.
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/common/HelpIds.java | 8 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/common/HelpIds.py | 8 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWHID.java | 6 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWHID.py | 6 | ||||
-rw-r--r-- | wizards/util/helpids.h | 4 | ||||
-rw-r--r-- | wizards/util/hidother.src | 8 |
6 files changed, 10 insertions, 30 deletions
diff --git a/wizards/com/sun/star/wizards/common/HelpIds.java b/wizards/com/sun/star/wizards/common/HelpIds.java index 12af48a29585..4c9971bba7f8 100644 --- a/wizards/com/sun/star/wizards/common/HelpIds.java +++ b/wizards/com/sun/star/wizards/common/HelpIds.java @@ -139,10 +139,10 @@ public class HelpIds "HID:WIZARDS_HID_BG_BTN_IMG10", // HID:34306 "HID:WIZARDS_HID_BG_BTN_IMG11", // HID:34307 "HID:WIZARDS_HID_BG_BTN_IMG12", // HID:34308 - "HID:WIZARDS_HID_BG_BTN_IMG13", // HID:34309 - "HID:WIZARDS_HID_BG_BTN_IMG14", // HID:34300 - "HID:WIZARDS_HID_BG_BTN_IMG15", // HID:34311 - "HID:WIZARDS_HID_BG_BTN_IMG16", // HID:34312 + PropertyNames.EMPTY_STRING, + PropertyNames.EMPTY_STRING, + PropertyNames.EMPTY_STRING, + PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, diff --git a/wizards/com/sun/star/wizards/common/HelpIds.py b/wizards/com/sun/star/wizards/common/HelpIds.py index c6bd1b78c2fd..38a8bf7236e9 100644 --- a/wizards/com/sun/star/wizards/common/HelpIds.py +++ b/wizards/com/sun/star/wizards/common/HelpIds.py @@ -109,10 +109,10 @@ class HelpIds: "HID:WIZARDS_HID_BG_BTN_IMG10", # HID:34306 "HID:WIZARDS_HID_BG_BTN_IMG11", # HID:34307 "HID:WIZARDS_HID_BG_BTN_IMG12", # HID:34308 - "HID:WIZARDS_HID_BG_BTN_IMG13", # HID:34309 - "HID:WIZARDS_HID_BG_BTN_IMG14", # HID:34300 - "HID:WIZARDS_HID_BG_BTN_IMG15", # HID:34311 - "HID:WIZARDS_HID_BG_BTN_IMG16", # HID:34312 + "", + "", + "", + "", "", "", "", diff --git a/wizards/com/sun/star/wizards/web/WWHID.java b/wizards/com/sun/star/wizards/web/WWHID.java index 8baa37243078..9cc7670faaa9 100644 --- a/wizards/com/sun/star/wizards/web/WWHID.java +++ b/wizards/com/sun/star/wizards/web/WWHID.java @@ -132,11 +132,7 @@ public interface WWHID public static final int HID_BG_BTN_IMG9 = 34200 + 105; public static final int HID_BG_BTN_IMG10 = 34200 + 106; public static final int HID_BG_BTN_IMG11 = 34200 + 107; - public static final int HID_BG_BTN_IMG12 = 34200 + 108; - public static final int HID_BG_BTN_IMG13 = 34200 + 109; - public static final int HID_BG_BTN_IMG14 = 34200 + 100; - public static final int HID_BG_BTN_IMG15 = 34200 + 111; - public static final int HID_BG_BTN_IMG16 = 34200 + 112;// web wizard icons sets dialog + public static final int HID_BG_BTN_IMG12 = 34200 + 108;// web wizard icons sets dialog public static final int HID_IS = 41000 + 0; public static final int HID_IS_ICONSETS = 41000 + 1; public static final int HID_IS_BTN_NONE = 41000 + 2; diff --git a/wizards/com/sun/star/wizards/web/WWHID.py b/wizards/com/sun/star/wizards/web/WWHID.py index 28b3aaaa892e..c71fda8f23e4 100644 --- a/wizards/com/sun/star/wizards/web/WWHID.py +++ b/wizards/com/sun/star/wizards/web/WWHID.py @@ -86,11 +86,7 @@ HID_BG_BTN_IMG8 = 34200 + 104 HID_BG_BTN_IMG9 = 34200 + 105 HID_BG_BTN_IMG10 = 34200 + 106 HID_BG_BTN_IMG11 = 34200 + 107 -HID_BG_BTN_IMG12 = 34200 + 108 -HID_BG_BTN_IMG13 = 34200 + 109 -HID_BG_BTN_IMG14 = 34200 + 100 -HID_BG_BTN_IMG15 = 34200 + 111 -HID_BG_BTN_IMG16 = 34200 + 112 #web wizard icons sets dialog +HID_BG_BTN_IMG12 = 34200 + 108 #web wizard icons sets dialog HID_IS = 41000 + 0 HID_IS_ICONSETS = 41000 + 1 HID_IS_BTN_NONE = 41000 + 2 diff --git a/wizards/util/helpids.h b/wizards/util/helpids.h index 6dca19481f83..6e8fec62ecf0 100644 --- a/wizards/util/helpids.h +++ b/wizards/util/helpids.h @@ -152,10 +152,6 @@ #define HID_BG_BTN_IMG10 "WIZARDS_HID_BG_BTN_IMG10" #define HID_BG_BTN_IMG11 "WIZARDS_HID_BG_BTN_IMG11" #define HID_BG_BTN_IMG12 "WIZARDS_HID_BG_BTN_IMG12" -#define HID_BG_BTN_IMG13 "WIZARDS_HID_BG_BTN_IMG13" -#define HID_BG_BTN_IMG14 "WIZARDS_HID_BG_BTN_IMG14" -#define HID_BG_BTN_IMG15 "WIZARDS_HID_BG_BTN_IMG15" -#define HID_BG_BTN_IMG16 "WIZARDS_HID_BG_BTN_IMG16" // ++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Note: Web Wizard continues on 41000 later in this file. diff --git a/wizards/util/hidother.src b/wizards/util/hidother.src index bf1953e06480..004b0ffc5345 100644 --- a/wizards/util/hidother.src +++ b/wizards/util/hidother.src @@ -238,14 +238,6 @@ hidspecial HID { HelpID = HID_BG_BTN_IMG10; } ; hidspecial HID { HelpID = HID_BG_BTN_IMG11; } ; // #define HID_BG_BTN_IMG12 34308 hidspecial HID { HelpID = HID_BG_BTN_IMG12; } ; -// #define HID_BG_BTN_IMG13 34309 -hidspecial HID { HelpID = HID_BG_BTN_IMG13; } ; -// #define HID_BG_BTN_IMG14 34300 -hidspecial HID { HelpID = HID_BG_BTN_IMG14; } ; -// #define HID_BG_BTN_IMG15 34311 -hidspecial HID { HelpID = HID_BG_BTN_IMG15; } ; -// #define HID_BG_BTN_IMG16 34312 -hidspecial HID { HelpID = HID_BG_BTN_IMG16; } ; // ++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Note: Web Wizard continues on 41000 later in this file. |