diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:33:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:33:05 +0000 |
commit | 6f79caf71971b88be33ffde9b65fd6cda0b98b49 (patch) | |
tree | ee29be0ff78f9fc139851e24fc12f60e38b0d770 /offapi/com/sun/star/ucb | |
parent | 317149d6fcc396d1f0924b90d9f95614b2ee54b4 (diff) |
INTEGRATION: CWS sb18 (1.5.442); FILE MERGED
2004/05/21 15:06:11 sb 1.5.442.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r-- | offapi/com/sun/star/ucb/XCommandInfo.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XCommandInfo.idl b/offapi/com/sun/star/ucb/XCommandInfo.idl index 48966133bfd9..283a2b11d7c3 100644 --- a/offapi/com/sun/star/ucb/XCommandInfo.idl +++ b/offapi/com/sun/star/ucb/XCommandInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCommandInfo.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:48 $ + * last change: $Author: obo $ $Date: 2004-06-04 01:33:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ module com { module sun { module star { module ucb { @version 1.0 @author Kai Sommerfeld */ -interface XCommandInfo: com::sun::star::uno::XInterface +published interface XCommandInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** obtains information for all supported commands. |