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