summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleList.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:51:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:51:52 +0000
commitbf84ce2928995a9a1db60cdbe29d81ec030936ef (patch)
tree4c7024117c546841ebf5f94595aed199f2bae8e2 /offapi/com/sun/star/awt/AccessibleList.idl
parentefcc21bd6ecb7a29e87aaf164e2e921904187d9a (diff)
INTEGRATION: CWS uaa05 (1.3.12); FILE MERGED
2003/06/12 14:50:19 af 1.3.12.1: #109196# Fixed autodoc syntax.
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleList.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl
index fafef5ab1f3a..d6742195f514 100644
--- a/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/offapi/com/sun/star/awt/AccessibleList.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleList.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-05-27 11:18:22 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:51:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,20 +96,20 @@ service AccessibleList
<ul>
<li>Role: The role of a list is <const
- scope="com::sun::star::accessibility"
+ 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.
- Each child is of type <type scope"com::sun::star::accessibility">AccessibleListItem</type>. </li>
+ Each child is of type <type scope="::com::sun::star::awt">AccessibleListItem</type>. </li>
<li>Parent: The parent can be of type
<ul>
<li>
- <type scope"com::sun::star::accessibility">AccessibleComboBox</type>
- <type scope"com::sun::star::accessibility">AccessibleListBox</type>
- <type scope"com::sun::star::accessibility">AccessibleDropDownListBox</type>
- <type scope"com::sun::star::accessibility">AccessibleDropDownComboBox</type>
+ <type scope="::com::sun::star::awt">AccessibleComboBox</type>
+ <type scope="::com::sun::star::awt">AccessibleListBox</type>
+ <type scope="::com::sun::star::awt">AccessibleDropDownListBox</type>
+ <type scope="::com::sun::star::awt">AccessibleDropDownComboBox</type>
</li>
.
</li>