summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/AttributeData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/AttributeData.idl')
-rw-r--r--offapi/com/sun/star/xml/AttributeData.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/AttributeData.idl b/offapi/com/sun/star/xml/AttributeData.idl
index eec45c551890..4cfbeaf21700 100644
--- a/offapi/com/sun/star/xml/AttributeData.idl
+++ b/offapi/com/sun/star/xml/AttributeData.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_xml_AttributeData_idl__
#define __com_sun_star_xml_AttributeData_idl__
-//=============================================================================
module com { module sun { module star { module xml {
-//=============================================================================
/** store the type and value of an XML attribute
inside a XNameContainer
@@ -50,7 +48,6 @@ published struct AttributeData
string Value;
};
-//=============================================================================
}; }; }; };