summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MenuBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MenuBar.idl')
-rw-r--r--offapi/com/sun/star/awt/MenuBar.idl46
1 files changed, 23 insertions, 23 deletions
diff --git a/offapi/com/sun/star/awt/MenuBar.idl b/offapi/com/sun/star/awt/MenuBar.idl
index 4f95cd74f9bc..faaab666fec9 100644
--- a/offapi/com/sun/star/awt/MenuBar.idl
+++ b/offapi/com/sun/star/awt/MenuBar.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
@@ -24,33 +24,33 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_MenuBar_idl__
-#define __com_sun_star_awt_MenuBar_idl__
-
-#ifndef __com_sun_star_awt_XMenuBar_idl__
-#include <com/sun/star/awt/XMenuBar.idl>
-#endif
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_MenuBar_idl__
+#define __com_sun_star_awt_MenuBar_idl__
+
+#ifndef __com_sun_star_awt_XMenuBar_idl__
+#include <com/sun/star/awt/XMenuBar.idl>
+#endif
+
+//=============================================================================
+
module com { module sun { module star { module awt {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** describes a menu for top-level windows.
-
+
<p>A menu bar can only be used by top-level windows. They support
the interface <type scope="com::sun::star::awt">XTopWindow</type>
to set an menu bar object.
</p>
*/
published service MenuBar
-{
- interface XMenuBar;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+{
+ interface XMenuBar;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif