diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-10-29 13:32:33 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-10-29 13:32:33 +0000 |
commit | 159100804dec1d377aa9e13773458355bee461a6 (patch) | |
tree | af8e75e61a40ff793fb2d998a749cdd475d43fba /udkapi/com/sun/star/container | |
parent | 42c4d107ddbada235f9845a44b307ef5ef5060b4 (diff) |
#104560# docu
Diffstat (limited to 'udkapi/com/sun/star/container')
-rw-r--r-- | udkapi/com/sun/star/container/XHierarchicalNameAccess.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl index 1b816c948327..1c09f777d34b 100644 --- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl +++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHierarchicalNameAccess.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mi $ $Date: 2002-10-03 12:43:52 $ + * last change: $Author: dbo $ $Date: 2002-10-29 14:27:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module container { /** is used to have hierarchical access to elements within a container. <p>You address an object of a specific level in the hierarchy by giving its - fully qualified name, e.g., "com::sun::star::uno::XInterface". </p> + fully qualified name, e.g., "com.sun.star.uno.XInterface". </p> <p>To implement inaccurate name access, support the <type scope="com::sun::star::beans">XExactName</type> interface. </p> |