summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/UICategoryDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/UICategoryDescription.idl')
-rw-r--r--offapi/com/sun/star/ui/UICategoryDescription.idl37
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