From 56d532db11ffedd642a302d9446f0a104a389373 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 14:39:18 +0000 Subject: [PATCH] INTEGRATION: CWS toolkit01 (1.4.2); FILE MERGED 2005/03/01 16:27:04 bc 1.4.2.1: #43808#hids modified --- wizards/com/sun/star/wizards/form/UIControlArranger.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wizards/com/sun/star/wizards/form/UIControlArranger.java b/wizards/com/sun/star/wizards/form/UIControlArranger.java index 2cba7ed2854a..19cc1336e201 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2005-02-21 13:57:38 $ + * last change: $Author: vg $ $Date: 2005-03-08 15:39:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -226,7 +226,7 @@ public class UIControlArranger { ilLayouts.setGap(new Size(3,3)); ilLayouts.scaleImages = Boolean.FALSE; ilLayouts.tabIndex = (int) curtabindex++; - ilLayouts.helpURL = 34453 + formindex; // + ((formindex+1) * 4)); + ilLayouts.helpURL = 34453 + (formindex * 4); ilLayouts.setListModel(model); ilLayouts.create(CurUnoDialog);