summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/MenuBar.idl5
-rw-r--r--offapi/com/sun/star/awt/PopupMenu.idl5
-rw-r--r--offapi/com/sun/star/awt/TabController.idl6
3 files changed, 3 insertions, 13 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;
//=============================================================================
diff --git a/offapi/com/sun/star/awt/PopupMenu.idl b/offapi/com/sun/star/awt/PopupMenu.idl
index 0e62e7799d77..dff404a516f4 100644
--- a/offapi/com/sun/star/awt/PopupMenu.idl
+++ b/offapi/com/sun/star/awt/PopupMenu.idl
@@ -42,10 +42,7 @@ module com { module sun { module star { module awt {
menu. It's also possible to use a pop-up menu to integrate it into
another menu.</p>
*/
-published service PopupMenu
-{
- interface XPopupMenu;
-};
+published service PopupMenu : XPopupMenu;
//=============================================================================
diff --git a/offapi/com/sun/star/awt/TabController.idl b/offapi/com/sun/star/awt/TabController.idl
index 37e5d3fc895a..402c7e0bf048 100644
--- a/offapi/com/sun/star/awt/TabController.idl
+++ b/offapi/com/sun/star/awt/TabController.idl
@@ -39,11 +39,7 @@
/** specifies a standard tab controller.
*/
-published service TabController
-{
- interface com::sun::star::awt::XTabController;
-
-};
+published service TabController : XTabController;
//=============================================================================