diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:39:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 14:39:18 +0000 |
commit | 56d532db11ffedd642a302d9446f0a104a389373 (patch) | |
tree | b96065c37813bac66bd21f303fb4c9412bee2e26 /wizards | |
parent | 9eb5c3322c774d77c8f696242e9c020c8b71d780 (diff) |
INTEGRATION: CWS toolkit01 (1.4.2); FILE MERGED
2005/03/01 16:27:04 bc 1.4.2.1: #43808#hids modified
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/form/UIControlArranger.java | 6 |
1 files 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); |