summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatchInformationProvider.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatchInformationProvider.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index 3bf6886ba17b..f3c722ff61f1 100644
--- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,9 +48,9 @@ module com { module sun { module star { module frame {
<p>
This interface can be used to retrieve additional information about
- supported commands. This interface is normally used by configuration
- implementations to retrieve all supported commands.
- A dispatch information provider is normally supported by a
+ supported commands. This interface is normally used by configuration
+ implementations to retrieve all supported commands.
+ A dispatch information provider is normally supported by a
<type>Frame</type> service.
</p>
@@ -71,12 +71,12 @@ published interface XDispatchInformationProvider: com::sun::star::uno::XInterfac
sequence < short > getSupportedCommandGroups();
//-------------------------------------------------------------------------
- /** returns additional information about supported commands of a
+ /** returns additional information about supported commands of a
given command group.
-
+
@param CommandGroup
specifies a command group.
-
+
@returns
name and group name of every command supported. A group ID which is
not supported returns an empty <type scope="com::sun::star::uno">Sequence</type>.