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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index aaa94be3b823..ced5ce681c60 100644
--- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
@@ -59,7 +59,7 @@ published interface XDispatchInformationProvider: com::sun::star::uno::XInterfac
@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>.
+ not supported returns an empty com::sun::star::uno::Sequence.
*/
sequence < DispatchInformation > getConfigurableDispatchInformation( [in] short CommandGroup );
};