From 6b04a45d0ce4f4a26983554aed0d36549adbc4ce Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 22 Aug 2006 13:19:36 +0000 Subject: 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. --- wizards/com/sun/star/wizards/form/FormControlArranger.java | 6 +++--- 1 file 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); }} -- cgit v1.2.3