summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/Attribute.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/Attribute.idl')
-rw-r--r--offapi/com/sun/star/xml/Attribute.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/Attribute.idl b/offapi/com/sun/star/xml/Attribute.idl
index 3741d9da87d0..1141cc8f5f86 100644
--- a/offapi/com/sun/star/xml/Attribute.idl
+++ b/offapi/com/sun/star/xml/Attribute.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_xml_Attribute_idl__
#define __com_sun_star_xml_Attribute_idl__
-//=============================================================================
module com { module sun { module star { module xml {
-//=============================================================================
/**
* A struct to keep information of an element's attribute.
@@ -46,7 +44,6 @@ struct Attribute
string Value;
};
-//=============================================================================
}; }; }; };