summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-rw-r--r--udkapi/com/sun/star/reflection/XArrayTypeDescription.idl4
-rw-r--r--udkapi/com/sun/star/reflection/XUnionTypeDescription.idl5
2 files changed, 2 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl b/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
index bd9f2efa7bac..ff5673df19ef 100644
--- a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
@@ -26,9 +26,7 @@
module com { module sun { module star { module reflection {
-/** Deprecated. Arrays are not supported.
- Reflects a fixed-size array type.
- The type class of this description is TypeClass_ARRAY.
+/** Deprecated, UNOIDL does not have an array concept.
@deprecated
*/
diff --git a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
index 179dfe13b033..32bbe98e4aae 100644
--- a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
@@ -26,10 +26,7 @@
module com { module sun { module star { module reflection {
-/** Deprecated. Unions are not supported.
- Reflects a union type.
- The discriminant of a union switches between the current value types.
- In addition, there is also a default case, having no discriminant.
+/** Deprecated, UNOIDL does not have a union concept.
@deprecated
*/