summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 21:44:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commitccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch)
tree8bbfaa02d86aabd32ad10ae7c200e2bb154c812d /offapi/com/sun/star/rdf
parent8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff)
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
index c076b0d543f3..c8d18d60985d 100644
--- a/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
+++ b/offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl
@@ -146,12 +146,14 @@ interface XDocumentMetadataAccess
<p>
This convenience method does the following:
+ <ol>
<li>import the given file into a graph with the given name
in the repository</li>
<li>insert statements declaring the new graph to be a
metadata file into the manifest graph</li>
<li>insert statements declaring <code>rdf:type</code> properties
for the new graph into the manifest graph</li>
+ </ol>
</p>
@param FileName
@@ -201,9 +203,11 @@ interface XDocumentMetadataAccess
<p>
This convenience method does the following:
+ <ol>
<li>delete the graph with the given GraphName in the repository</li>
<li>remove the statements declaring the graph to be a
metadata file from the manifest graph</li>
+ </ol>
</p>
@param GraphName