From 49e422e58e3193f1614298eb61c756abb299330f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 May 2013 08:20:58 +0200 Subject: fdo#46808, Convert ui::UICategoryDescripion to new style Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303 --- offapi/com/sun/star/ui/UICategoryDescription.idl | 37 ++++++++++-------------- 1 file changed, 15 insertions(+), 22 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/ui/UICategoryDescription.idl b/offapi/com/sun/star/ui/UICategoryDescription.idl index a5a84a8a054b..e058268c7fab 100644 --- a/offapi/com/sun/star/ui/UICategoryDescription.idl +++ b/offapi/com/sun/star/ui/UICategoryDescription.idl @@ -35,30 +35,23 @@ module com { module sun { module star { module ui { implementations which provides all commands to a user.

- @since OOo 2.0 -*/ - - -service UICategoryDescription -{ - /** provides access to user interface command categories of the installed - modules. - -

- To access the user interface command categories of a module, a unique - module specifier must be provided to - XNameAccess::getByName() - function. The module specifier can be retrieved from the - ModuleManager - service. The interface provides references to - ModuleUICommandDescription. -

+ Provides access to user interface command categories of the installed + modules. - @see com::sun::star::frame::ModuleManager - */ +

+ To access the user interface command categories of a module, a unique + module specifier must be provided to + XNameAccess::getByName() + function. The module specifier can be retrieved from the + ModuleManager + service. The interface provides references to + ModuleUICommandDescription. +

- interface com::sun::star::container::XNameAccess; -}; + @see com::sun::star::frame::ModuleManager + @since OOo 2.0 +*/ +service UICategoryDescription : com::sun::star::container::XNameAccess; }; }; }; }; // com.sun.star.ui -- cgit v1.2.3