summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl')
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
index a958f008efdf..52dcc97b38c0 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
@@ -23,13 +23,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
published interface XRemoteContentProviderDoneListener;
-//=============================================================================
/** Accept remote content providers that want to make themselves known to the
local process.
@@ -38,7 +36,6 @@ module com { module sun { module star { module ucb {
*/
published interface XRemoteContentProviderAcceptor: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Add a remote content provider.
@param Identifier An arbitrary identifier uniquely identifying the
@@ -72,7 +69,6 @@ published interface XRemoteContentProviderAcceptor: com::sun::star::uno::XInterf
[in] XRemoteContentProviderDoneListener
DoneListener);
- //-------------------------------------------------------------------------
/** Remove a remote content provider.
@param Identifier An arbitrary identifier uniquely identifying the
@@ -85,7 +81,6 @@ published interface XRemoteContentProviderAcceptor: com::sun::star::uno::XInterf
removeRemoteContentProvider([in] string Identifier);
};
-//=============================================================================
}; }; }; };