summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
index 3566a5449bf1..29c29d9cd82a 100644
--- a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
+++ b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module document {
-/** provides access to the <type>XDocumentProperties</type> instance of a
+/** provides access to the XDocumentProperties instance of a
document.
<p>
- A <type>DocumentProperties</type> instance is available on loaded documents
+ A DocumentProperties instance is available on loaded documents
via this supplier interface.
</p>
@@ -42,7 +42,7 @@ published interface XDocumentPropertiesSupplier
/** provides the document properties object.
@returns
- an object of type <type>XDocumentProperties</type>
+ an object of type XDocumentProperties
*/
XDocumentProperties getDocumentProperties();
};