diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:30:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:30:42 +0000 |
commit | c38b6014625f8340cff6553626a3213d9690fd66 (patch) | |
tree | 6ef6b920ab678f1b61d0484a87e3543f6e4f5725 /udkapi | |
parent | ab5cbcfe62e43b3f7c66a9df6aef0e68cf337cbf (diff) |
INTEGRATION: CWS sdk01 (1.11.20); FILE MERGED
2003/04/07 07:45:15 mi 1.11.20.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl index 0326677449da..083b065207e1 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: TypeDescriptionProvider.idl,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:15 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:30:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,6 +107,8 @@ service TypeDescriptionProvider /** Interface for creating enumerations for type descriptions supported by this <type>TypeDescriptionProvider</type> + + @since #107627# */ [optional] interface XTypeDescriptionEnumerationAccess; }; |