summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XUnionTypeDescription.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XUnionTypeDescription.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
index df240d779604..179dfe13b033 100644
--- a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Deprecated. Unions are not supported.
Reflects a union type.
@@ -80,7 +78,6 @@ published interface XUnionTypeDescription: com::sun::star::reflection::XTypeDesc
sequence< string > getMemberNames();
};
-//=============================================================================
}; }; }; };