summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/PropertyHierarchy.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/PropertyHierarchy.idl')
-rw-r--r--offapi/com/sun/star/configuration/PropertyHierarchy.idl16
1 files changed, 5 insertions, 11 deletions
diff --git a/offapi/com/sun/star/configuration/PropertyHierarchy.idl b/offapi/com/sun/star/configuration/PropertyHierarchy.idl
index 008866f10..ea406ac1a 100644
--- a/offapi/com/sun/star/configuration/PropertyHierarchy.idl
+++ b/offapi/com/sun/star/configuration/PropertyHierarchy.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyHierarchy.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2001-04-06 16:24:30 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,18 +91,12 @@ module com { module sun { module star { module configuration {
direct access even to subproperties.
</p>
- <!-- Dennis: is the phrase "(and so on recursively)" necessary? -->
- <!-- Developer: Yes. Unless the recursive nature of this is mentioned
- we don't have a description of a hierarchical set of potentially
- unlimited depth. Not having the phrase (or a replacement for it)
- here, would IMHO suggest a 'hierarchy' of only two levels. -->
-
- <p>Properties of an implementation that are objects themselves will often
+ @see com::sun::star::beans::XProperty
+ Properties of an implementation that are objects themselves will often
implement <type scope="com::sun::star::beans">XProperty</type> to allow
direct access to information about the object.
- If such properties have properties of their own, they should fully implement
+ If such objects have properties of their own, they should fully implement
<type>PropertyHierarchy</type> again.
- </p>
*/
service PropertyHierarchy
{