summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XContentCreator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentCreator.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentCreator.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XContentCreator.idl b/offapi/com/sun/star/ucb/XContentCreator.idl
index ad94ac301a25..52b4e7fef471 100644
--- a/offapi/com/sun/star/ucb/XContentCreator.idl
+++ b/offapi/com/sun/star/ucb/XContentCreator.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/ucb/XContent.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A creator for new (persistent) contents, like file system folders.
<p>Creation of a new (persistent) content:
@@ -53,7 +51,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentCreator: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns a list with information about the creatable contents.
@returns
@@ -61,7 +58,6 @@ published interface XContentCreator: com::sun::star::uno::XInterface
*/
sequence<com::sun::star::ucb::ContentInfo> queryCreatableContentsInfo();
- //-------------------------------------------------------------------------
/** creates a new content of given type.
@param Info
@@ -74,7 +70,6 @@ published interface XContentCreator: com::sun::star::uno::XInterface
[in] com::sun::star::ucb::ContentInfo Info );
};
-//=============================================================================
}; }; }; };