summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/SortingComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/SortingComponent.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/SortingComponent.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/SortingComponent.java b/wizards/com/sun/star/wizards/ui/SortingComponent.java
index 7f9d476da515..9e6df49c6c3e 100644
--- a/wizards/com/sun/star/wizards/ui/SortingComponent.java
+++ b/wizards/com/sun/star/wizards/ui/SortingComponent.java
@@ -30,13 +30,11 @@ public class SortingComponent
com.sun.star.lang.XMultiServiceFactory xMSF;
WizardDialog CurUnoDialog;
int MaxSortIndex = -1;
- public String[][] FieldNames;
static String sNoSorting;
static String sSortCriteriaisduplicate;
static String[] sSortHeader = new String[4];
static String[] sSortAscend = new String[4];
static String[] sSortDescend = new String[4];
- static short[] bOldSortValues = new short[4];
public int MAXSORTCRITERIAINDEX = 3;
static final int SOFIRSTSORTLST = 0;
static final int SOSECSORTLST = 1;