summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
index 8e8f123d4d84..2c931ac4dab2 100644
--- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a compound type, i.e. a struct or exception.
@@ -65,7 +63,6 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD
sequence<string> getMemberNames();
};
-//=============================================================================
}; }; }; };