summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
index cec5b4d3819d..660c47559e93 100644
--- a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
+++ b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
@@ -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
@@ -60,14 +60,14 @@ published service AccessibleTreeListBoxEntry
/** This interface gives access to the structural information of a tree list box entry:
<ul>
- <li>Role: The role of a tree list box entry is <const
+ <li>Role: The role of a tree list box entry is <const
scope="com::sun::star::accessibility"
>AccessibleRole::LABEL</const>.</li>
<li>Name: The name of a tree list box entry is it's text.</li>
<li>Description: The description of a tree list box entry is empty.</li>
- <li>Children: There can exist children of type <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type>.
- </li>
- <li>Parent: The parent is either the <type scope="com::sun::star::awt">AccessibleTreeListBox</type>
+ <li>Children: There can exist children of type <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type>.
+ </li>
+ <li>Parent: The parent is either the <type scope="com::sun::star::awt">AccessibleTreeListBox</type>
or an <type scope="com::sun::star::awt">AccessibleTreeListBoxEntry</type> that contains the tree list box entry.</li>
<li>Relations: There are no relations.</li>
<li>States: The states supported by this service are
@@ -75,7 +75,7 @@ published service AccessibleTreeListBoxEntry
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::DEFUNC</const>
is set if the object has already been disposed
- and subsequent calls to this object result in
+ and subsequent calls to this object result in
<type scope="com::sun::star::lang">DisposedException</type>
exceptions.</li>
<li><const scope="com::sun::star::accessibility"