summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContent.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ucb/XContent.idl b/offapi/com/sun/star/ucb/XContent.idl
index e549e271ba6c..d24e8eb9d6a3 100644
--- a/offapi/com/sun/star/ucb/XContent.idl
+++ b/offapi/com/sun/star/ucb/XContent.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/ucb/XContentEventListener.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** specifies a content with a type and an identifier, which is able to manage
listeners for events that are related to contents.
@@ -39,7 +37,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContent: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the identifier of the content.
@returns
@@ -47,7 +44,6 @@ published interface XContent: com::sun::star::uno::XInterface
*/
com::sun::star::ucb::XContentIdentifier getIdentifier();
- //-------------------------------------------------------------------------
/** returns a type string, which is unique for that type of content (e.g.
"application/vnd.sun.star.hierarchy-folder").
@@ -56,7 +52,6 @@ published interface XContent: com::sun::star::uno::XInterface
*/
string getContentType();
- //-------------------------------------------------------------------------
/** adds a listener for content events.
@param Listener
@@ -67,7 +62,6 @@ published interface XContent: com::sun::star::uno::XInterface
[oneway] void addContentEventListener(
[in] com::sun::star::ucb::XContentEventListener Listener );
- //-------------------------------------------------------------------------
/** removes a listener for content events.
@param Listener
@@ -80,7 +74,6 @@ published interface XContent: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };