summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-22 13:19:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-22 13:19:36 +0000
commit6b04a45d0ce4f4a26983554aed0d36549adbc4ce (patch)
tree25d56282a3ccf842526f073727f41e1f4abfa41f /wizards
parent1f62f74678544b56a31b2fad4b5cef9955ce3b74 (diff)
INTEGRATION: CWS dbwizardpp4regression (1.8.18); FILE MERGED
2006/08/15 09:11:07 bc 1.8.18.1: #i68573# setting Border of control modified.
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/form/FormControlArranger.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/form/FormControlArranger.java b/wizards/com/sun/star/wizards/form/FormControlArranger.java
index 88a81281144d..1424a52928bd 100644
--- a/wizards/com/sun/star/wizards/form/FormControlArranger.java
+++ b/wizards/com/sun/star/wizards/form/FormControlArranger.java
@@ -4,9 +4,9 @@
*
* $RCSfile: FormControlArranger.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-06 14:18:05 $
+ * last change: $Author: ihi $ $Date: 2006-08-22 14:19:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -535,7 +535,7 @@ public class FormControlArranger {
curDBControl.setPosition(aPoint);
}
checkOuterPoints(nXDBPos, nDBWidth, nYDBPos, nDBHeight, true);
- curDBControl.xPropertySet.setPropertyValue("Border", NBorderType);
+ curDBControl.setPropertyValue("Border", NBorderType);
} catch (Exception e) {
e.printStackTrace(System.out);
}}