summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MenuBar.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-30 02:29:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-02 20:44:39 +0200
commit3893b00efb752942c6517bdf21d0a2cdc8ab14ab (patch)
tree2a7ae6d617997943454ba12e6051f43618ad5435 /offapi/com/sun/star/awt/MenuBar.idl
parent15f9ca7d5889a3203739edb36db7a6f32a24b6ba (diff)
fdo#46808, Adapt UNO services to new style
Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/awt/MenuBar.idl')
-rw-r--r--offapi/com/sun/star/awt/MenuBar.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/MenuBar.idl b/offapi/com/sun/star/awt/MenuBar.idl
index 922fa8f1eeed..8372b022621c 100644
--- a/offapi/com/sun/star/awt/MenuBar.idl
+++ b/offapi/com/sun/star/awt/MenuBar.idl
@@ -43,10 +43,7 @@ module com { module sun { module star { module awt {
to set an menu bar object.
</p>
*/
-published service MenuBar
-{
- interface XMenuBar;
-};
+published service MenuBar : XMenuBar;
//=============================================================================