diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:34:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:34:42 +0000 |
commit | 635230abc87ecaa4c4ed8bb2e40536c231caab69 (patch) | |
tree | fc2183724beea20e474405edb8c934e2a902e143 /offapi/com/sun/star/ucb | |
parent | 918a1941a1e96d40c327eea402b3256676bd4774 (diff) |
INTEGRATION: CWS sb18 (1.7.442); FILE MERGED
2004/05/21 15:06:12 sb 1.7.442.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r-- | offapi/com/sun/star/ucb/XContentCreator.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XContentCreator.idl b/offapi/com/sun/star/ucb/XContentCreator.idl index 9418fb1dd226..2f88d6429b19 100644 --- a/offapi/com/sun/star/ucb/XContentCreator.idl +++ b/offapi/com/sun/star/ucb/XContentCreator.idl @@ -2,9 +2,9 @@ * * $RCSfile: XContentCreator.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:48 $ + * last change: $Author: obo $ $Date: 2004-06-04 01:34:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ module com { module sun { module star { module ucb { @see XContent @see XCommandProcessor */ -interface XContentCreator: com::sun::star::uno::XInterface +published interface XContentCreator: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** returns a list with information about the creatable contents. |