summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XContentIdentifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XContentIdentifier.idl')
-rw-r--r--offapi/com/sun/star/ucb/XContentIdentifier.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XContentIdentifier.idl b/offapi/com/sun/star/ucb/XContentIdentifier.idl
index 11570d8de489..94f20c48725f 100644
--- a/offapi/com/sun/star/ucb/XContentIdentifier.idl
+++ b/offapi/com/sun/star/ucb/XContentIdentifier.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An identifier for contents.
@version 1.0
@@ -44,7 +42,6 @@ module com { module sun { module star { module ucb {
*/
published interface XContentIdentifier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the content identifier string.
@returns
@@ -63,7 +60,6 @@ published interface XContentIdentifier: com::sun::star::uno::XInterface
*/
string getContentIdentifier();
- //-------------------------------------------------------------------------
/** returns the content provider scheme string.
<p>This string will be calculated from the content identifier string
@@ -80,7 +76,6 @@ published interface XContentIdentifier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };