summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf/URI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf/URI.idl')
-rw-r--r--offapi/com/sun/star/rdf/URI.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl
index 510c772c54fa..0ebf47b21f41 100644
--- a/offapi/com/sun/star/rdf/URI.idl
+++ b/offapi/com/sun/star/rdf/URI.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/rdf/XURI.idl>
-//=============================================================================
module com { module sun { module star { module rdf {
-//=============================================================================
/** represents an URI node that may occur in a RDF graph.
@since OOo 3.0
@@ -38,7 +36,6 @@ module com { module sun { module star { module rdf {
service URI : XURI
{
- //-------------------------------------------------------------------------
/** creates an URI RDF node.
@param Value
@@ -50,7 +47,6 @@ service URI : XURI
create( [in] string Value )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** creates an URI RDF node from namespace prefix and local name.
@param Namespace
@@ -66,7 +62,6 @@ service URI : XURI
createNS( [in] string Namespace, [in] string LocalName )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** creates an URI RDF node for a well-known URI.
@param Id
@@ -82,7 +77,6 @@ service URI : XURI
};
-//=============================================================================
}; }; }; };