summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:59:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:59:18 +0000
commit7d17bd5edd4fd4639064ad232ee3319309e21654 (patch)
tree89a79016c2d12ae9d13bb45119f943d2aa0bc740 /wizards/com/sun/star/wizards/report/GroupFieldHandler.java
parent54b3769272c50492ee30344767b6b7de6ecb1c72 (diff)
INTEGRATION: CWS dbwizard3 (1.2.58); FILE MERGED
2005/01/31 12:05:33 bc 1.2.58.1: #i39029# helpids of helpbuttons removed
Diffstat (limited to 'wizards/com/sun/star/wizards/report/GroupFieldHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/report/GroupFieldHandler.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/report/GroupFieldHandler.java b/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
index bcdc2b2fd67a..25706b602a96 100644
--- a/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
+++ b/wizards/com/sun/star/wizards/report/GroupFieldHandler.java
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupFieldHandler.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $Date: 2004/04/23 13:04:32 $
+ * last change: $Author: vg $Date$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -57,7 +57,6 @@
* Contributor(s): _______________________________________
*
*/
-
package com.sun.star.wizards.report;
import com.sun.star.wizards.ui.*;
@@ -145,7 +144,6 @@ WizardDialog oWizardDialog;
String[] CurGroupNames = xFieldsListBox.getItems();
CurReportDocument.addGroupNametoDocument(CurGroupNames, CurGroupTitle, GroupFieldVector, ReportWizard.ReportPath, iSelCount);
CurUnoDialog.setControlProperty("lblBlindTextNote_1", "Enabled", new Boolean(true));
- oWizardDialog.setStepEnabled(ReportWizard.SOSORTPAGE, (xFieldsListBox.getItemCount() > 0));
}
public void shiftFromRightToLeft(String[] OldSelitems, String[] Newitems){
@@ -156,7 +154,6 @@ WizardDialog oWizardDialog;
CurReportDocument.removeGroupName(NewSelList, OldGroupTitle, GroupFieldVector);
String[] NewSelGroupNames = xSelFieldsListBox.getItems();
CurUnoDialog.setControlProperty("lblBlindTextNote_1", "Enabled", new Boolean(NewSelGroupNames.length == 0));
- oWizardDialog.setStepEnabled(ReportWizard.SOSORTPAGE, (xFieldsListBox.getItemCount() > 0));
}
}