summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/SortingComponent.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-12 16:27:18 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:24 +0200
commit8583da1e934a49791ef8d86668f3d5c3c5dae1d7 (patch)
treef092f708b7bb9a0a23ae82c1dc499a6e3fde4518 /wizards/com/sun/star/wizards/ui/SortingComponent.java
parent68cd011c907d00493bf2bfde531c1e244819596b (diff)
java: remove unused fields
found by UCDetector Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/SortingComponent.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/SortingComponent.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/SortingComponent.java b/wizards/com/sun/star/wizards/ui/SortingComponent.java
index ffec486adc4a..67db72753d47 100644
--- a/wizards/com/sun/star/wizards/ui/SortingComponent.java
+++ b/wizards/com/sun/star/wizards/ui/SortingComponent.java
@@ -26,16 +26,16 @@ import java.util.ArrayList;
public class SortingComponent
{
- private com.sun.star.lang.XMultiServiceFactory xMSF;
+
private WizardDialog CurUnoDialog;
private int MaxSortIndex = -1;
- public String[][] FieldNames;
+
private static String sNoSorting;
private static String sSortCriteriaisduplicate;
private static String[] sSortHeader = new String[4];
private static String[] sSortAscend = new String[4];
private static String[] sSortDescend = new String[4];
- static short[] bOldSortValues = new short[4];
+
private int MAXSORTCRITERIAINDEX = 3;
private final int SOFIRSTSORTLST = 0;
private final int SOSECSORTLST = 1;
@@ -69,7 +69,6 @@ public class SortingComponent
{
this.CurUnoDialog = CurUnoDialog;
short curtabindex = UnoDialog.setInitialTabindex(iStep);
- xMSF = CurUnoDialog.xMSF;
Integer IStep = new Integer(iStep);
Integer ICompPosX = new Integer(iCompPosX);
Integer ICompWidth = new Integer(iCompWidth);