diff options
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl index 3007199ea53c..03658e649970 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTypeDescriptionEnumeration.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:26 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:32:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,8 @@ //============================================================================= /** Defines an enumeration for type descriptions. + + @since #107627# */ interface XTypeDescriptionEnumeration : com::sun::star::container::XEnumeration { |