summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf/XDocumentRepository.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /offapi/com/sun/star/rdf/XDocumentRepository.idl
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/rdf/XDocumentRepository.idl')
-rw-r--r--offapi/com/sun/star/rdf/XDocumentRepository.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rdf/XDocumentRepository.idl b/offapi/com/sun/star/rdf/XDocumentRepository.idl
index d9d260ec7d4e..9e056048db4f 100644
--- a/offapi/com/sun/star/rdf/XDocumentRepository.idl
+++ b/offapi/com/sun/star/rdf/XDocumentRepository.idl
@@ -53,7 +53,7 @@ interface XDocumentRepository : XRepository
<ol>
<li>Remove all previously set RDFa statements for the Object parameter
from the repository</li>
- <li>If the RDFaContent parameter is the empty <atom>string</atom>,
+ <li>If the RDFaContent parameter is the empty `string`,
for every Predicate in the given list of Predicates,
add the following RDF statement to an unspecified named graph:
<ul>
@@ -61,7 +61,7 @@ interface XDocumentRepository : XRepository
XLiteral(Object->getText()^^RDFaDatatype)</code></li>
</ul>
</li>
- <li>If the RDFaContent parameter is not the empty <atom>string</atom>,
+ <li>If the RDFaContent parameter is not the empty `string`,
for every Predicate in the given list of Predicates,
add the following RDF statement to an unspecified named graph:
<ul>
@@ -95,7 +95,7 @@ interface XDocumentRepository : XRepository
@param RDFaContent
the <code>rdfa:content</code> attribute (may be the empty
- <atom>string</atom>).
+ `string`).
@param RDFaDatatype
the <code>rdfa:datatype</code> attribute (may be <NULL/>)