From 1b06a560c4f92665cb79d0f5d2c5e3db049291c8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 20 May 2005 14:42:00 +0000 Subject: INTEGRATION: CWS letterwizardlang (1.7.26); FILE MERGED 2005/05/20 15:06:54 bc 1.7.26.1: ##removetoNirwana modified Issue number: Submitted by: Reviewed by: --- .../com/sun/star/wizards/document/FormHandler.java | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/document/FormHandler.java b/wizards/com/sun/star/wizards/document/FormHandler.java index 3185b9e46762..96225d0e1e04 100644 --- a/wizards/com/sun/star/wizards/document/FormHandler.java +++ b/wizards/com/sun/star/wizards/document/FormHandler.java @@ -2,9 +2,9 @@ * * $RCSfile: FormHandler.java,v $ * -* $Revision: 1.7 $ +* $Revision: 1.8 $ * -* last change: $Author: kz $ $Date: 2005-03-18 16:16:43 $ +* last change: $Author: rt $ $Date: 2005-05-20 15:42:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -415,13 +415,15 @@ public class FormHandler { if (ControlList != null){ for (int i = 0; i < ControlList.length; i++){ if (ControlList[i] != null) - try { - String sControlName = (String) ControlList[i].xPropertySet.getPropertyValue("Name"); - if (xNamedForm.hasByName(sControlName)) - xNamedForm.removeByName(sControlName); - } catch (Exception e) { - e.printStackTrace(System.out); - } +// try { + ControlList[i].setPosition(new Point(this.iXNirwanaPos, this.iYNirwanaPos)); +// String sControlName = (String) ControlList[i].xPropertySet.getPropertyValue("Name"); +// +// if (_xNamedForm.hasByName(sControlName)) +// _xNamedForm.removeByName(sControlName); +// } catch (Exception e) { +// e.printStackTrace(System.out); +// } } }} -- cgit