summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/accessibility/AccessibleRole.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/AccessibleRole.idl')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRole.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl
index 9f57f8f53201..1b5b4e213d1a 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRole.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl
@@ -25,12 +25,12 @@ module com { module sun { module star { module accessibility {
/** Collection of roles.
<p>This collection of constants defines the set of possible roles of
- classes implementing the <type>XAccessible</type> interface according to
+ classes implementing the XAccessible interface according to
the Java class javax.accessibility.AccessibleRole. The role of an
object describes its generic function like "button", "menu", or "text".
You can obtain an object's role by calling the
<member>getAccessibleRole</member> method of the
- <type>XAccessibleContext</type> interface.</p>
+ XAccessibleContext interface.</p>
<p>We are using constants instead of a more typesafe enum. The reason
for this is that IDL enums may not be extended. Therefore, in order to