summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-27 13:56:19 +0200
committerNoel Grandin <noel@peralex.com>2014-11-27 14:19:32 +0200
commit4004c372722ef2ba74d5760a39158cbb64e7b902 (patch)
treebc9747aa646f0f3e97c611bfaffd0591426ecdc6 /wizards
parent5c6d6c7c35be1f1d7299c9d3e74c143f79712aa8 (diff)
java,wizards: remove unused constants
found by UCDetector Change-Id: Ic62ec16bceb9ab7b6898f8a469af65ba3884bb51
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/NumericalHelper.java4
-rw-r--r--wizards/com/sun/star/wizards/document/GridControl.java1
-rw-r--r--wizards/com/sun/star/wizards/query/QuerySummary.java1
-rw-r--r--wizards/com/sun/star/wizards/query/QueryWizard.java1
-rw-r--r--wizards/com/sun/star/wizards/report/ReportLayouter.java1
-rw-r--r--wizards/com/sun/star/wizards/table/TableWizard.java1
-rw-r--r--wizards/com/sun/star/wizards/ui/AggregateComponent.java1
-rw-r--r--wizards/com/sun/star/wizards/ui/FilterComponent.java1
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java2
9 files changed, 0 insertions, 13 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumericalHelper.java b/wizards/com/sun/star/wizards/common/NumericalHelper.java
index 77002caac430..0dd3986db510 100644
--- a/wizards/com/sun/star/wizards/common/NumericalHelper.java
+++ b/wizards/com/sun/star/wizards/common/NumericalHelper.java
@@ -33,7 +33,6 @@ import com.sun.star.uno.TypeClass;
public class NumericalHelper
{
- public static final int UNKNOWN_TYPE = -32768;
public static final int BYTE_TYPE = 0;
public static final int SHORT_TYPE = 1;
public static final int INT_TYPE = 2;
@@ -44,9 +43,6 @@ public class NumericalHelper
public static final int STRING_TYPE = -1;
public static final int BOOLEAN_TYPE = -2;
public static final int SEQUENCE_TYPE = -3;
- public static final int ASCII_VALUE_0 = 48;
- public static final int ASCII_VALUE_A = 65;
- public static final int COUNT_CHARS_IN_ALPHABET = 26;
private static final int HEX_BASE = 16;
private static final int DEC_BASE = 10;
private static final int ASCII_LETTER_A_OFFSET = 55;
diff --git a/wizards/com/sun/star/wizards/document/GridControl.java b/wizards/com/sun/star/wizards/document/GridControl.java
index ad11636b7bb0..9fd2d54b3225 100644
--- a/wizards/com/sun/star/wizards/document/GridControl.java
+++ b/wizards/com/sun/star/wizards/document/GridControl.java
@@ -40,7 +40,6 @@ public class GridControl extends Shape
public XGridColumnFactory xGridColumnFactory;
public XPropertySet xPropertySet;
XNameAccess xNameAccess;
- static final String SODEFAULTNAME = "Grid1";
XControlModel xControlModel;
public XComponent xComponent;
diff --git a/wizards/com/sun/star/wizards/query/QuerySummary.java b/wizards/com/sun/star/wizards/query/QuerySummary.java
index f7fb1cdce48a..cd2b37ba2639 100644
--- a/wizards/com/sun/star/wizards/query/QuerySummary.java
+++ b/wizards/com/sun/star/wizards/query/QuerySummary.java
@@ -30,7 +30,6 @@ public class QuerySummary extends QueryMetaData
{
static final protected int RID_QUERY = 2300;
- static final protected int RID_REPORT = 2400;
String sSummary;
Resource oResource;
private final String sSeparator;
diff --git a/wizards/com/sun/star/wizards/query/QueryWizard.java b/wizards/com/sun/star/wizards/query/QueryWizard.java
index e47ffe58d561..762876fc31fb 100644
--- a/wizards/com/sun/star/wizards/query/QueryWizard.java
+++ b/wizards/com/sun/star/wizards/query/QueryWizard.java
@@ -43,7 +43,6 @@ import com.sun.star.wizards.ui.TitlesComponent;
public class QueryWizard extends DatabaseObjectWizard
{
- public static final String SFILLUPFIELDSLISTBOX = "fillUpFieldsListbox";
private static final int SOFIELDSELECTION_PAGE = 1;
private static final int SOSORTING_PAGE = 2;
private static final int SOFILTER_PAGE = 3;
diff --git a/wizards/com/sun/star/wizards/report/ReportLayouter.java b/wizards/com/sun/star/wizards/report/ReportLayouter.java
index 49c3c25f326a..f092b65a1412 100644
--- a/wizards/com/sun/star/wizards/report/ReportLayouter.java
+++ b/wizards/com/sun/star/wizards/report/ReportLayouter.java
@@ -37,7 +37,6 @@ public class ReportLayouter
{
UnoDialog CurUnoDialog;
- static final int SOTXTTITLE = 28;
static final int SOCONTENTLST = 29;
final static public int SOOPTLANDSCAPE = 30;
final static public int SOOPTPORTRAIT = 31;
diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java
index cdc6c10403c4..24e1e71ed004 100644
--- a/wizards/com/sun/star/wizards/table/TableWizard.java
+++ b/wizards/com/sun/star/wizards/table/TableWizard.java
@@ -52,7 +52,6 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener
String serrTableNameexists;
String scomposedtablename;
TableDescriptor curTableDescriptor;
- public static final int SONULLPAGE = 0;
public static final int SOMAINPAGE = 1;
public static final int SOFIELDSFORMATPAGE = 2;
public static final int SOPRIMARYKEYPAGE = 3;
diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
index 49810523f540..bd8a4465c117 100644
--- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java
+++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
@@ -54,7 +54,6 @@ public class AggregateComponent extends ControlScroller
int Count;
static final int SOADDROW = 1;
static final int SOREMOVEROW = 2;
- static final int CONTROLROWDIST = 18;
ArrayList<ControlRow> ControlRowVector;
int curHelpID;
int lastHelpIndex;
diff --git a/wizards/com/sun/star/wizards/ui/FilterComponent.java b/wizards/com/sun/star/wizards/ui/FilterComponent.java
index bb57351fa044..ff26cf931ee3 100644
--- a/wizards/com/sun/star/wizards/ui/FilterComponent.java
+++ b/wizards/com/sun/star/wizards/ui/FilterComponent.java
@@ -101,7 +101,6 @@ public class FilterComponent
static final int SO_SECONDBOOLFIELDNAME = 256 + 2;
static final int SO_THIRDBOOLFIELDNAME = 256 + 3;
static final int SO_FOURTHBOOLFIELDNAME = 256 + 4;
- static final int SO_OPTQUERYMODE = 5;
int SOI_MATCHALL = 0;
int SOI_MATCHANY = 1;
int curHelpID;
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index eb5c64d4e6eb..d62bc55f547d 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -59,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;