summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/TypeClass.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/TypeClass.idl')
-rw-r--r--udkapi/com/sun/star/uno/TypeClass.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl
index 959173f4914a..1def57d6fbb9 100644
--- a/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/udkapi/com/sun/star/uno/TypeClass.idl
@@ -89,7 +89,9 @@ published enum TypeClass
/** reflecting compound types
*/
STRUCT,
- /** reflecting union types
+ /** Deprecated, UNOIDL does not have a union concept.
+
+ @deprecated
*/
UNION,
/** reflecting exception types
@@ -98,7 +100,9 @@ published enum TypeClass
/** reflecting sequence types
*/
SEQUENCE,
- /** reflecting array types
+ /** Deprecated, UNOIDL does not have an array concept.
+
+ @deprecated
*/
ARRAY,
/** reflecting interface types