summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleMenuBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleMenuBar.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuBar.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/offapi/com/sun/star/awt/AccessibleMenuBar.idl
index e001471b9149..7579cbb9dce2 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuBar.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,11 +45,11 @@
#endif
module com { module sun { module star { module awt {
-
+
/** specifies accessibility support for a menu bar.
-
+
@since OOo 1.1.2
- */
+ */
published service AccessibleMenuBar
{
/** This interface gives access to the structural information of a
@@ -96,11 +96,11 @@ published service AccessibleMenuBar
</ul>
*/
interface ::com::sun::star::accessibility::XAccessibleContext;
-
+
interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-
+
interface ::com::sun::star::accessibility::XAccessibleComponent;
-
+
interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
/** This interface gives access to the selectable children of a
@@ -109,7 +109,7 @@ published service AccessibleMenuBar
interface ::com::sun::star::accessibility::XAccessibleSelection;
};
-
+
}; }; }; };
#endif