summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleList.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl
index 5e86d6102de1..271ea2d6fce7 100644
--- a/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/offapi/com/sun/star/awt/AccessibleList.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
@@ -55,21 +55,21 @@ module com { module sun { module star { module awt {
@see ::com::sun::star::accessibility::XAccessibleSelection
@since OOo 1.1.2
-*/
+*/
published service AccessibleList
{
/** This interface gives access to the structural information of a list:
<ul>
- <li>Role: The role of a list is <const
+ <li>Role: The role of a list is <const
scope="::com::sun::star::accessibility"
>AccessibleRole::LIST</const>.</li>
<li>Name: The name of a list is its localized label.</li>
<li>Description: The description of a list is its localized
help text.</li>
- <li>Children: There exists children.
+ <li>Children: There exists children.
Each child is of type <type scope="com::sun::star::awt">AccessibleListItem</type>. </li>
- <li>Parent: The parent can be of type
+ <li>Parent: The parent can be of type
<ul>
<li>
<type scope="com::sun::star::awt">AccessibleComboBox</type>
@@ -85,7 +85,7 @@ published service AccessibleList
<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"
@@ -108,10 +108,10 @@ published service AccessibleList
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::VISIBLE</const> is always set.</li>
<li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::MULTI_SELECTABLE</const> is set
+ >AccessibleStateType::MULTI_SELECTABLE</const> is set
if the list supports multi selection.</li>
<li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::MANAGES_DESCENDANTS</const> is always set.
+ >AccessibleStateType::MANAGES_DESCENDANTS</const> is always set.
The children are transient.</li>
</ul>
</li>
@@ -132,7 +132,7 @@ published service AccessibleList
*/
interface com::sun::star::accessibility::XAccessibleSelection;
};
-
+
}; }; }; };
#endif