From 79647f20697c92281c9dc1d23f5712a4dbb7849f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Jul 2006 13:28:47 +0000 Subject: INTEGRATION: CWS dbwizardpp4 (1.6.28); FILE MERGED 2006/06/22 08:20:31 bc 1.6.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName --- wizards/com/sun/star/wizards/table/ScenarioSelector.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wizards/com/sun') diff --git a/wizards/com/sun/star/wizards/table/ScenarioSelector.java b/wizards/com/sun/star/wizards/table/ScenarioSelector.java index 85f1f80c69d4..c6a45e4f2476 100644 --- a/wizards/com/sun/star/wizards/table/ScenarioSelector.java +++ b/wizards/com/sun/star/wizards/table/ScenarioSelector.java @@ -4,9 +4,9 @@ * * $RCSfile: ScenarioSelector.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-07 12:54:38 $ + * last change: $Author: kz $ $Date: 2006-07-06 14:28:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ public class ScenarioSelector extends FieldSelection implements XItemListener, X XMultiServiceFactory xMSF; public ScenarioSelector(TableWizard _CurUnoDialog, TableDescriptor _curtabledescriptor, String _reslblFields, String _reslblSelFields) { - super(_CurUnoDialog, TableWizard.SOMAINPAGE, 91, 108, 210, 72, _reslblFields, _reslblSelFields, 41209, true ); + super(_CurUnoDialog, TableWizard.SOMAINPAGE, 91, 108, 230, 80, _reslblFields, _reslblSelFields, 41209, true ); CurUnoDialog = (TableWizard) _CurUnoDialog; xMSF = CurUnoDialog.xMSF; aLocale = Configuration.getOfficeLocale(xMSF); @@ -110,7 +110,7 @@ public class ScenarioSelector extends FieldSelection implements XItemListener, X oCGTable = new CGTable(CurUnoDialog.xMSF); lblExplanation = CurUnoDialog.insertLabel("lblScenarioExplanation", new String[] {"Height", "Label", "MultiLine", "PositionX", "PositionY", "Step", "TabIndex", "Width"}, - new Object[] {new Integer(32), sExplanation, Boolean.TRUE, new Integer(91), new Integer(27), IMAINSTEP, new Short(pretabindex++), new Integer(213)} + new Object[] {new Integer(32), sExplanation, Boolean.TRUE, new Integer(91), new Integer(27), IMAINSTEP, new Short(pretabindex++), new Integer(233)} ); lblCategories = CurUnoDialog.insertLabel("lblCategories", -- cgit