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, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rdf/URI.idl b/offapi/com/sun/star/rdf/URI.idl
index c39fa47a4e38..b057e42660d6 100644
--- a/offapi/com/sun/star/rdf/URI.idl
+++ b/offapi/com/sun/star/rdf/URI.idl
@@ -39,7 +39,7 @@ service URI : XURI
/** creates an URI RDF node.
@param Value
- the URI, represented as <atom>string</atom>.
+ the URI, represented as `string`.
@throws com::sun::star::lang::IllegalArgumentException
if the argument does not represent a valid URI
@@ -51,10 +51,10 @@ service URI : XURI
@param Namespace
the namespace prefix of the URI, represented as
- <atom>string</atom>.
+ `string`.
@param LocalName
- the local name of the URI, represented as <atom>string</atom>.
+ the local name of the URI, represented as `string`.
@throws com::sun::star::lang::IllegalArgumentException
if the arguments do not represent a valid URI