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.java21
1 files changed, 1 insertions, 20 deletions
diff --git a/wizards/com/sun/star/wizards/ui/SortingComponent.java b/wizards/com/sun/star/wizards/ui/SortingComponent.java
index 67db72753d47..93687627c64c 100644
--- a/wizards/com/sun/star/wizards/ui/SortingComponent.java
+++ b/wizards/com/sun/star/wizards/ui/SortingComponent.java
@@ -273,26 +273,7 @@ public class SortingComponent
}
}
- public void disableListBoxesfromIndex(int CurIndex)
- {
- if (CurIndex < MAXSORTCRITERIAINDEX)
- {
- for (int i = CurIndex + 1; i <= MAXSORTCRITERIAINDEX; i++)
- {
- toggleSortListBox(i, (false));
- if (i < MaxSortIndex)
- {
- CurUnoDialog.setControlProperty("lstSort" + Integer.toString(i + 2), PropertyNames.SELECTED_ITEMS, new short[]
- {
- 0
- });
- }
- // xSortListBox[i+1].selectItemPos((short)0, true);
- }
- CurUnoDialog.setFocus("lblSort" + new Integer(CurIndex + 1));
- MaxSortIndex = CurIndex - 1;
- }
- }
+
// The following code can be reactivated in a future version when task #100799 will be fixed
private void moveupSortItems(int CurIndex, boolean bDoEnable)