summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleTabPage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleTabPage.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabPage.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleTabPage.idl b/offapi/com/sun/star/awt/AccessibleTabPage.idl
index 061024b62fc8..c3557585796a 100644
--- a/offapi/com/sun/star/awt/AccessibleTabPage.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabPage.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
@@ -45,18 +45,18 @@
#endif
module com { module sun { module star { module awt {
-
+
/** specifies accessibility support for a tab page.
-
+
@since OOo 1.1.2
- */
+ */
published service AccessibleTabPage
{
/** This interface gives access to the structural information of a
tab page:
<ul>
- <li>Role: The role of a tab page is <const
+ <li>Role: The role of a tab page is <const
scope="com::sun::star::accessibility"
>AccessibleRole::PAGE_TAB</const>.</li>
<li>Name: The name of a tab page is the localized tab page text.</li>
@@ -72,7 +72,7 @@ published service AccessibleTabPage
<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"
@@ -107,11 +107,11 @@ published service AccessibleTabPage
/** This interface gives read-only access to the text representation
of a tab page.
- */
+ */
interface ::com::sun::star::accessibility::XAccessibleText;
};
-
+
}; }; }; };
#endif