summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl')
-rw-r--r--offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
index 86319c05ec34..ae35cd4b9b8b 100644
--- a/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
+++ b/offapi/com/sun/star/xml/UserDefinedAttributesSupplier.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module xml {
*/
published service UserDefinedAttributesSupplier
{
- /** This container holds the <type>AttributeData</type> elements
+ /** This container holds the AttributeData elements
that represent uninterpreted XML attributes.
<p>The idea behind this property is that a parser can stow
@@ -41,7 +41,7 @@ published service UserDefinedAttributesSupplier
<p>The
<type scope="com::sun::star::container">XNameContainer</type>
- supports the service <type>AttributeContainer</type>.</p>
+ supports the service AttributeContainer.</p>
*/
[property] ::com::sun::star::container::XNameContainer UserDefinedAttributes;