summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/ui/AggregateComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/AggregateComponent.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/AggregateComponent.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
index 4e2102f9ba2d..6957bdb2d62a 100644
--- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java
+++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
@@ -48,7 +48,6 @@ public class AggregateComponent extends ControlScroller
private String slblAggregate;
private String slblFieldNames;
private String sDuplicateAggregateFunction;
- private int Count;
private static final int SOADDROW = 1;
private static final int SOREMOVEROW = 2;
private ArrayList<ControlRow> ControlRowVector;
@@ -61,7 +60,6 @@ public class AggregateComponent extends ControlScroller
try
{
this.CurDBMetaData = _CurDBMetaData;
- Count = 1;
CurUnoDialog.insertRadioButton("optDetailQuery", 0, new ActionListenerImpl(),
new String[]
{
@@ -177,11 +175,6 @@ public class AggregateComponent extends ControlScroller
}
}
- public int getCount()
- {
- return Count;
- }
-
protected void insertControlGroup(int i, int ypos)
{
if (i == 0)