summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleDropDownListBox.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownListBox.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
index 2f3ca4989083..476f214703d3 100644
--- a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleDropDownListBox.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
@@ -53,19 +53,19 @@ module com { module sun { module star { module awt {
@see com::sun::star::accessibility::XAccessibleAction
@since OOo 1.1.2
-*/
+*/
published service AccessibleDropDownListBox
{
/** This interface gives access to the structural information of a dropdown list box:
<ul>
- <li>Role: The role of a dropdown list box is <const
+ <li>Role: The role of a dropdown list box is <const
scope="com::sun::star::accessibility"
>AccessibleRole::COMBO_BOX</const>.</li>
<li>Name: The name of a dropdown list box is its localized label.</li>
<li>Description: The description of a dropdown list box is its localized
help text.</li>
- <li>Children: There exists one child.
+ <li>Children: There exists one child.
It is of type <type scope="com::sun::star::awt">AccessibleList</type>.</li>
<li>Parent: The parent is the window that contains the dropdown list box.</li>
<li>Relations: There are no relations.</li>
@@ -74,7 +74,7 @@ published service AccessibleDropDownListBox
<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"
@@ -113,7 +113,7 @@ published service AccessibleDropDownListBox
*/
interface com::sun::star::accessibility::XAccessibleAction;
};
-
+
}; }; }; };
#endif