summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorVictor Lee <konya.vic@gmail.com>2011-12-25 01:33:07 +0900
committerJan Holesovsky <kendy@suse.cz>2012-04-04 18:34:33 +0200
commit2ba78d1ed9fca82156eebb460b398829b5a3b6db (patch)
tree2d583c1c9ebf22364c1544b17f0b5c92b6c2d4bb /wizards/com
parentef9620df989cd1e3ab9cf2e289b035231cca4d39 (diff)
Remove duplicated and unused IDs.
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/common/HelpIds.java8
-rw-r--r--wizards/com/sun/star/wizards/common/HelpIds.py8
-rw-r--r--wizards/com/sun/star/wizards/web/WWHID.java6
-rw-r--r--wizards/com/sun/star/wizards/web/WWHID.py6
4 files changed, 10 insertions, 18 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