summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/ConfigNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/ConfigNode.java')
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigNode.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.java b/wizards/com/sun/star/wizards/common/ConfigNode.java
index 23c0f9c5ba81..f6d9e2533c2b 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.java
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -27,8 +27,8 @@
package com.sun.star.wizards.common;
/**
- * This Interface specifies a method of an object which is
- * capable of reading adn writing its data out of the
+ * This Interface specifies a method of an object which is
+ * capable of reading adn writing its data out of the
* OO Configuration. <br/>
* There are 2 direct implementations: ConfigGroup and ConfigSet.
* The root is the first Java Object in the configuration hirarchie.
@@ -39,7 +39,7 @@ public interface ConfigNode
/**
* reads the object data out of the configuration.
- * @param configurationView is a ::com::sun::star::configuration::HierarchyElement
+ * @param configurationView is a ::com::sun::star::configuration::HierarchyElement
* which represents the node corresponding to the Object.
* @param param a free parameter. Since the intension of this interface is
* to be used in a tree like way, reading objects and subobjects and so on,