summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf/Statement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rdf/Statement.idl')
-rw-r--r--offapi/com/sun/star/rdf/Statement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rdf/Statement.idl b/offapi/com/sun/star/rdf/Statement.idl
index a8fb5a04c0e0..5f6852cfc0a5 100644
--- a/offapi/com/sun/star/rdf/Statement.idl
+++ b/offapi/com/sun/star/rdf/Statement.idl
@@ -40,7 +40,7 @@ struct Statement
XURI Predicate;
/// the object of the RDF statement.
XNode Object;
- /// the named graph that contains this statement, or <NULL/>.
+ /// the named graph that contains this statement, or `NULL`.
XURI Graph;
};