diff options
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl index 7e8f6623dcfa..35d70ff27d84 100644 --- a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl +++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XServiceTypeDescription2.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:13:33 $ + * last change: $Author: rt $ $Date: 2004-07-23 14:56:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,11 +102,10 @@ interface XServiceTypeDescription2: XServiceTypeDescription { XTypeDescription getInterface(); /** - Returns the (explicit) constructors of the service. + Returns the constructors of the service. - @return the reflections of all explicit constructors of the service, in - no particular order; for a service with an implicit constructor, a - zero-length sequence is returned + @return the reflections of all constructors of the service, in no + particular order */ sequence<XServiceConstructorDescription> getConstructors(); }; |