diff options
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleTreeListBox.idl')
-rw-r--r-- | offapi/com/sun/star/awt/AccessibleTreeListBox.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl index 813e60b67..64bd8f400 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl @@ -28,9 +28,7 @@ #ifndef __com_sun_star_awt_AccessibleTreeListBox_idl__ #define __com_sun_star_awt_AccessibleTreeListBox_idl__ -#ifndef __com_sun_star_accessibility_AccessibleContext_idl__ #include <com/sun/star/accessibility/AccessibleContext.idl> -#endif module com { module sun { module star { module accessibility { @@ -94,7 +92,7 @@ published service AccessibleTreeListBox <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 when mutli selection is enabled.</li> + >AccessibleStateType::MULTI_SELECTABLE</const> is set when multi selection is enabled.</li> </ul> </li> </ul> |