summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl')
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
index 7d3d39afe544..542d64775e40 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** Distribute a content broker to various
<type>XRemoteContentProviderAcceptor</type>s.
@@ -48,7 +46,6 @@ module com { module sun { module star { module ucb {
*/
published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Offer the local content broker to a remote content provider acceptor.
<p> The Uno Url is handed to the
@@ -71,7 +68,6 @@ published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInt
com::sun::star::connection::ConnectionSetupException,
com::sun::star::lang::IllegalArgumentException);
- //-------------------------------------------------------------------------
/** Undo the offering of the local content broker to a specific remote
content provider acceptor.
@@ -82,14 +78,12 @@ published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInt
*/
boolean disconnectFromRemoteAcceptor([in] string Url);
- //-------------------------------------------------------------------------
/** Undo the offering of the local content broker to all remote content
provider acceptors.
*/
void disconnectFromAll();
};
-//=============================================================================
}; }; }; };