summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleToolBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleToolBox.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBox.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleToolBox.idl b/offapi/com/sun/star/awt/AccessibleToolBox.idl
index b86003badf17..2a62c81ac01e 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBox.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
@@ -51,20 +51,20 @@ module com { module sun { module star { module awt {
@see com::sun::star::accessibility::XAccessibleExtendedComponent
@since OOo 1.1.2
-*/
+*/
published service AccessibleToolBox
{
/** This interface gives access to the structural information of a tool box:
<ul>
- <li>Role: The role of a tool box is <const
+ <li>Role: The role of a tool box is <const
scope="com::sun::star::accessibility"
>AccessibleRole::TOOL_BAR</const>.</li>
<li>Name: The name of a tool box is its localized label.</li>
<li>Description: The description of a tool box is its localized
help text.</li>
- <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleToolBoxItem</type>.
- </li>
+ <li>Children: There exists children of type <type scope="com::sun::star::awt">AccessibleToolBoxItem</type>.
+ </li>
<li>Parent: The parent is the window that contains the tool box.</li>
<li>Relations: There are no relations.</li>
<li>States: The states supported by this service are
@@ -72,7 +72,7 @@ published service AccessibleToolBox
<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"
@@ -110,7 +110,7 @@ published service AccessibleToolBox
interface com::sun::star::accessibility::XAccessibleExtendedComponent;
};
-
+
}; }; }; };
#endif