summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/form/UIControlArranger.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-26 19:43:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-26 19:43:21 +0000
commit775687e6f803187a26a4e05e2dc7617c56d03af8 (patch)
tree8ed64da4c441a99633ab42ac909d9efa31122488 /wizards/com/sun/star/wizards/form/UIControlArranger.java
parent75ba329dd511512dcce133f403f162a038d57767 (diff)
INTEGRATION: CWS dbwizard2 (1.2.10); FILE MERGED
2004/11/09 15:23:18 bc 1.2.10.1: #i36844# helpids assignment modified
Diffstat (limited to 'wizards/com/sun/star/wizards/form/UIControlArranger.java')
-rw-r--r--wizards/com/sun/star/wizards/form/UIControlArranger.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/form/UIControlArranger.java b/wizards/com/sun/star/wizards/form/UIControlArranger.java
index 8a400a6cb0ab..4740d5bfeae3 100644
--- a/wizards/com/sun/star/wizards/form/UIControlArranger.java
+++ b/wizards/com/sun/star/wizards/form/UIControlArranger.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UIControlArranger.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-27 13:35:06 $
+ * last change: $Author: kz $ $Date: 2004-11-26 20:43:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,8 +124,8 @@ public class UIControlArranger {
new Object[] {UIConsts.INTEGERS[10],"HID:34451",sAlignLeft, new Integer(107), new Integer(38), new Short((short)1), IControlStep, new Short(curtabindex++), new Integer(171)}
);
optAlignRight = CurUnoDialog.insertRadioButton("optAlignRight", SOALIGNMETHOD, this,
- new String[] {"Height", "HelpURL", "Label", "PositionX", "PositionY", "Step", "TabIndex", "Width"},
- new Object[] {UIConsts.INTEGERS[10],"HID:34452",sAlignRight, new Integer(107), new Integer(50), IControlStep, new Short(curtabindex++), new Integer(171)}
+ new String[] {"Height", "HelpURL", "Label", "MultiLine", "PositionX", "PositionY", "Step", "TabIndex", "Width"},
+ new Object[] {UIConsts.INTEGERS[10],"HID:34452",sAlignRight, Boolean.TRUE, new Integer(107), new Integer(50), IControlStep, new Short(curtabindex++), new Integer(171)}
);
sBitmapPath = FileAccess.getOfficePath(CurUnoDialog.xMSF, "Template","share") + "/wizard/bitmap";