summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/AttributeContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/AttributeContainer.idl')
-rw-r--r--offapi/com/sun/star/xml/AttributeContainer.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/AttributeContainer.idl b/offapi/com/sun/star/xml/AttributeContainer.idl
index 682118bf163b..f1882974672e 100644
--- a/offapi/com/sun/star/xml/AttributeContainer.idl
+++ b/offapi/com/sun/star/xml/AttributeContainer.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module xml {
-//=============================================================================
/** This service describes a container for XML attributes.
<p>Each attribute is accessed with its local name, or optionally, its local
@@ -39,7 +37,6 @@ published service AttributeContainer
interface com::sun::star::container::XNameContainer;
};
-//=============================================================================
}; }; }; };