summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/UniversalContentBroker.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-01-31 07:47:41 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-01-31 07:47:41 +0000
commit89fba0d14ed4994080319bf3e155abb3b3676133 (patch)
tree6430c82fba63a3a92b38b1e171da20acab84ee24 /offapi/com/sun/star/ucb/UniversalContentBroker.idl
parentcb7cac614e3bf39bfb10ac639c3cfb2d6d032a5a (diff)
#83045# - Removed optional interface XContentCreator.
Diffstat (limited to 'offapi/com/sun/star/ucb/UniversalContentBroker.idl')
-rw-r--r--offapi/com/sun/star/ucb/UniversalContentBroker.idl22
1 files changed, 2 insertions, 20 deletions
diff --git a/offapi/com/sun/star/ucb/UniversalContentBroker.idl b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
index 9319b7d2a..caae76aef 100644
--- a/offapi/com/sun/star/ucb/UniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UniversalContentBroker.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
+ * last change: $Author: kso $ $Date: 2001-01-31 08:47:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,10 +77,6 @@
#include <com/sun/star/ucb/XContentIdentifierFactory.idl>
#endif
-#ifndef __com_sun_star_ucb_XContentCreator_idl__
-#include <com/sun/star/ucb/XContentCreator.idl>
-#endif
-
#ifndef __com_sun_star_lang_XInitialization_idl__
#include <com/sun/star/lang/XInitialization.idl>
#endif
@@ -146,20 +142,6 @@ service UniversalContentBroker
interface com::sun::star::ucb::XContentIdentifierFactory;
//-------------------------------------------------------------------------
- /** creates new root contents (i.e. a new POP3-Account object). A content
- is "new", if it does not physically exist before creating it using
- this interface. A root object is an object which is no child of
- another content. The implementation of this interface must be able
- to provide information about all root objects creatable by the
- registered content providers and must be able to create all root
- objects creatable by the registered content providers. Usually this
- will be done by delegating calls to the matching provider.
-
- This interface is required.
- */
- interface com::sun::star::ucb::XContentCreator;
-
- //-------------------------------------------------------------------------
/** supports the configuration of a newly created broker.
If the method <member>XInitialization::initialize</member> is called