summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentProviderSupplier.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentProviderSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XContentProviderSupplier.idl b/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
index e302502a846b..5b9e3f202fb4 100644
--- a/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ucb/XContentProvider.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** a supplier for a content provider.
@version 1.0
@@ -35,7 +33,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentProviderSupplier : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns a content provider.
@returns
@@ -44,7 +41,6 @@ published interface XContentProviderSupplier : com::sun::star::uno::XInterface
com::sun::star::ucb::XContentProvider getContentProvider();
};
-//=============================================================================
}; }; }; };