summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 09:40:12 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 13:34:43 +0200
commit5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c (patch)
tree4771f6939c612c4844903a98252a6ccc5c97dcd8 /wizards
parent4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (diff)
remove dead java constants
found by UCDetector Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index 9c4d77cad4bf..058b7852e56f 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -27,9 +27,7 @@ public interface UIConsts
public static final int RID_QUERY = 2300;
public static final int RID_REPORT = 2400;
public static final int RID_TABLE = 2600;
- public static final int RID_IMG_REPORT = 1000;
public static final int RID_IMG_FORM = 1100;
- public static final int RID_IMG_WEB = 1200;
public static final Integer INVISIBLESTEP = 99;
public static final String INFOIMAGEURL = "private:resource/dbu/image/19205";
public static final String INFOIMAGEURL_HC = "private:resource/dbu/image/19230";
@@ -38,23 +36,13 @@ public interface UIConsts
* high tabindex because on every step their taborder must appear at the end
*/
public static final short SOFIRSTWIZARDNAVITABINDEX = 30000;
- public static final Integer INTEGER_8 = 8;
public static final Integer INTEGER_12 = 12;
- public static final Integer INTEGER_14 = 14;
- public static final Integer INTEGER_16 = 16;
- public static final Integer INTEGER_40 = 40;
- public static final Integer INTEGER_50 = 50;
/**Steps of the QueryWizard
*
*/
- public static final int SOFIELDSELECTIONPAGE = 1;
- public static final int SOSORTINGPAGE = 2;
- public static final int SOFILTERPAGE = 3;
- public static final int SOAGGREGATEPAGE = 4;
public static final int SOGROUPSELECTIONPAGE = 5;
public static final int SOGROUPFILTERPAGE = 6;
public static final int SOTITLESPAGE = 7;
- public static final int SOSUMMARYPAGE = 8;
public static final Integer[] INTEGERS = new Integer[]
{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@@ -71,11 +59,9 @@ public interface UIConsts
public static final int RADIOBUTTON = 6;
public static final int DATEFIELD = 7;
public static final int EDITCONTROL = 8;
- public static final int FILECONTROL = 9;
public static final int FIXEDLINE = 10;
public static final int FIXEDTEXT = 11;
public static final int FORMATTEDFIELD = 12;
- public static final int GROUPBOX = 13;
public static final int HYPERTEXT = 14;
public static final int NUMERICFIELD = 15;
public static final int PATTERNFIELD = 16;