summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleTabBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleTabBar.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBar.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleTabBar.idl b/offapi/com/sun/star/awt/AccessibleTabBar.idl
index 4e2bdceadb1c..8342b76f8b6e 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBar.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
@@ -42,18 +42,18 @@
#endif
module com { module sun { module star { module awt {
-
+
/** specifies accessibility support for a tabbar.
-
+
@since OOo 1.1.2
- */
+ */
published service AccessibleTabBar
{
/** This interface gives access to the structural information of a
tabbar:
<ul>
- <li>Role: The role of a tabbar is <const
+ <li>Role: The role of a tabbar is <const
scope="com::sun::star::accessibility"
>AccessibleRole::PANEL</const>.</li>
<li>Name: There is no name.</li>
@@ -71,7 +71,7 @@ published service AccessibleTabBar
<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"
@@ -103,7 +103,7 @@ published service AccessibleTabBar
interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
};
-
+
}; }; }; };
#endif