summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf/XLiteral.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf/XLiteral.idl')
-rw-r--r--offapi/com/sun/star/rdf/XLiteral.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rdf/XLiteral.idl b/offapi/com/sun/star/rdf/XLiteral.idl
index e76ebc6f5f23..4233291e2d36 100644
--- a/offapi/com/sun/star/rdf/XLiteral.idl
+++ b/offapi/com/sun/star/rdf/XLiteral.idl
@@ -46,7 +46,7 @@ interface XLiteral : XNode
{
/// the content of the literal
[readonly, attribute] string Value;
- /// the language of the literal; may be the empty <atom>string</atom>
+ /// the language of the literal; may be the empty `string`
[readonly, attribute] string Language;
/// the data type of the literal; may be <NULL/>
[readonly, attribute] XURI Datatype;