summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-19 18:59:56 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2014-12-19 23:33:29 +0100
commit7585336177fd3715f38d78b073fa49591cacad10 (patch)
tree48e949cdbfc879b3cfbed67a8d6e455d5a1b2de1 /wizards
parenta983fb0f7c7b94d0771d277777035254acce093f (diff)
set *content* control to multiline, not label(!)
Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/form/FormControlArranger.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/form/FormControlArranger.java b/wizards/com/sun/star/wizards/form/FormControlArranger.java
index 92e42997b02d..8b2374338934 100644
--- a/wizards/com/sun/star/wizards/form/FormControlArranger.java
+++ b/wizards/com/sun/star/wizards/form/FormControlArranger.java
@@ -625,7 +625,7 @@ public class FormControlArranger
if (nFieldType == DataType.LONGVARCHAR) /* memo */
{
- Helper.setUnoPropertyValue(LabelControlList[i], PropertyNames.PROPERTY_MULTILINE, Boolean.TRUE);
+ Helper.setUnoPropertyValue(aDBControl.xPropertySet, PropertyNames.PROPERTY_MULTILINE, Boolean.TRUE);
}
checkOuterPoints(m_currentControlPosX, m_dbControlWidth, m_currentControlPosY, m_dbControlHeight, true);
aDBControl.setPropertyValue(PropertyNames.PROPERTY_BORDER, NBorderType);