summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XContentProviderFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentProviderFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentProviderFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XContentProviderFactory.idl b/offapi/com/sun/star/ucb/XContentProviderFactory.idl
index 5b4af907a473..bc399bc6d442 100644
--- a/offapi/com/sun/star/ucb/XContentProviderFactory.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderFactory.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 factory for a <type>XContentProvider</type>.
@version 1.0
@@ -35,7 +33,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentProviderFactory : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a <type>XContentProvider</type> implementation object.
@param Service
@@ -48,7 +45,6 @@ published interface XContentProviderFactory : com::sun::star::uno::XInterface
XContentProvider createContentProvider( [in] string Service );
};
-//=============================================================================
}; }; }; };