From 17a3b9c305ac2eb303b3b292692ee53d4ad3f1f4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 8 Sep 2004 13:01:04 +0000 Subject: INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED 2004/07/19 13:52:35 rpiterman 1.2.2.2: added sort method 2004/06/25 13:49:31 rpiterman 1.2.2.1: added "clear" method --- wizards/com/sun/star/wizards/common/ConfigSet.java | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.java b/wizards/com/sun/star/wizards/common/ConfigSet.java index 1162d18b1de8..d62064cc9e79 100644 --- a/wizards/com/sun/star/wizards/common/ConfigSet.java +++ b/wizards/com/sun/star/wizards/common/ConfigSet.java @@ -2,9 +2,9 @@ * * $RCSfile: ConfigSet.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-05-19 12:35:40 $ + * last change: $Author: obo $ $Date: 2004-09-08 14:01:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,6 +130,7 @@ public class ConfigSet implements ConfigNode, XMLProvider, ListModel { Object[] names = childrenMap.keySet().toArray(); if (ConfigNode.class.isAssignableFrom(childClass)) { + //first I remove all the children from the configuration. String children[] = Configuration.getChildrenNames(configView); for (int i = 0; i