summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/GroupFieldHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/report/GroupFieldHandler.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/GroupFieldHandler.java b/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
index b7e5ed359055..d6185880a9cd 100644
--- a/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
+++ b/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
@@ -33,7 +33,6 @@ public class GroupFieldHandler extends FieldSelection
private IReportDocument CurReportDocument;
private ArrayList<String> GroupFieldVector = new ArrayList<String>();
private QueryMetaData CurDBMetaData;
- private WizardDialog oWizardDialog;
private static final short MAXSELFIELDS = 4;
public GroupFieldHandler(IReportDocument _CurReportDocument, WizardDialog _CurUnoDialog)
@@ -44,7 +43,6 @@ public class GroupFieldHandler extends FieldSelection
try
{
- this.oWizardDialog = _CurUnoDialog;
this.CurReportDocument = _CurReportDocument;
this.CurDBMetaData = CurReportDocument.getRecordParser();
CurUnoDialog.setControlProperty("lstFields_2", "MultiSelection", Boolean.FALSE);