diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:20:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:20:22 +0000 |
commit | 1c900444e00218e127285b21aa97fa3d79bea504 (patch) | |
tree | 140ecee973baf02e58d6a9c35ae5ed22f0854a08 /offapi/com | |
parent | b80fd9956bb01b3224fd61140e0e6aec1a45b9ae (diff) |
INTEGRATION: CWS jsc4 (1.4.64); FILE MERGED
2006/01/25 14:02:44 jsc 1.4.64.1: #61060# correct minor docu erros
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/frame/XDispatchInformationProvider.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl index 27c17cdb5b6c..aa4704c5fcb4 100644 --- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl +++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl @@ -4,9 +4,9 @@ * * $RCSfile: XDispatchInformationProvider.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:10:22 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:20:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,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 <type scope="com::sun::star::uno">Sequence</type>. */ sequence < DispatchInformation > getConfigurableDispatchInformation( [in] short CommandGroup ); }; |