summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/UICommandDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/UICommandDescription.idl')
-rw-r--r--offapi/com/sun/star/ui/UICommandDescription.idl25
1 files changed, 10 insertions, 15 deletions
diff --git a/offapi/com/sun/star/ui/UICommandDescription.idl b/offapi/com/sun/star/ui/UICommandDescription.idl
index 3be413fa1cbe..c5b8b76f554d 100644
--- a/offapi/com/sun/star/ui/UICommandDescription.idl
+++ b/offapi/com/sun/star/ui/UICommandDescription.idl
@@ -35,24 +35,19 @@ module com { module sun { module star { module ui {
</p>
@since OOo 2.0
-*/
-
-service UICommandDescription
-{
- /** provides access to user interface commands of the installed modules.
- <p>
- To access the user interface command description 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 commands of the installed modules.
- @see com::sun::star::frame::ModuleManager
- */
+ <p>
+ To access the user interface command description 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
+*/
+service UICommandDescription : com::sun::star::container::XNameAccess;
}; }; }; };