summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XContentProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentProvider.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentProvider.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XContentProvider.idl b/offapi/com/sun/star/ucb/XContentProvider.idl
index 4df465605cf6..3ec1921dad16 100644
--- a/offapi/com/sun/star/ucb/XContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XContentProvider.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/ucb/XContent.idl>
#include <com/sun/star/ucb/IllegalIdentifierException.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** a content provider which creates and manages <type>XContent</type>s.
@version 1.0
@@ -47,7 +45,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentProvider: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a new <type>XContent</type> instance, if the given
<type>XContentIdentifier</type> matches a content provided by the
implementation of this interface.
@@ -66,7 +63,6 @@ published interface XContentProvider: com::sun::star::uno::XInterface
[in] com::sun::star::ucb::XContentIdentifier Identifier )
raises ( com::sun::star::ucb::IllegalIdentifierException );
- //-------------------------------------------------------------------------
/** compares two <type>XContentIdentifier</type>s.
@param Id1
@@ -86,7 +82,6 @@ published interface XContentProvider: com::sun::star::uno::XInterface
[in] com::sun::star::ucb::XContentIdentifier Id2 );
};
-//=============================================================================
}; }; }; };