diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-13 08:20:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-13 09:38:03 +0200 |
commit | 49e422e58e3193f1614298eb61c756abb299330f (patch) | |
tree | b228a5d379cbf6c5c9a3422d484d96c010d3447f /offapi/com | |
parent | 088e86b865062dd4cc5ba0c85c6068dea62238db (diff) |
fdo#46808, Convert ui::UICategoryDescripion to new style
Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ui/UICategoryDescription.idl | 37 |
1 files changed, 15 insertions, 22 deletions
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. </p> - @since OOo 2.0 -*/ - - -service UICategoryDescription -{ - /** provides access to user interface command categories of the installed - modules. - - <p> - To access the user interface command categories of a module, a unique - module specifier must be provided to - <member scope="com::sun::star::container">XNameAccess::getByName()</member> - function. The module specifier can be retrieved from the - <type scope="com::sun::star::frame">ModuleManager</type> - service. The interface provides references to - <type scope="com::sun:star::ui">ModuleUICommandDescription</type>. - </p> + Provides access to user interface command categories of the installed + modules. - @see com::sun::star::frame::ModuleManager - */ + <p> + To access the user interface command categories of a module, a unique + module specifier must be provided to + <member scope="com::sun::star::container">XNameAccess::getByName()</member> + function. The module specifier can be retrieved from the + <type scope="com::sun::star::frame">ModuleManager</type> + service. The interface provides references to + <type scope="com::sun:star::ui">ModuleUICommandDescription</type>. + </p> - 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 |