diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:56:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:56:50 +0000 |
commit | 512a51096141cc7e338bdb2f5618ac589d3eb68c (patch) | |
tree | ec0bbeb2dbe5d4cc9483b8a0e7a4287262c23982 /udkapi | |
parent | 221553a234f91b8e690b7a7f4887d6eabae9ef1d (diff) |
INTEGRATION: CWS sb20 (1.3.16); FILE MERGED
2004/07/08 08:57:58 sb 1.3.16.1: #i31194# Use XServiceConstructorDescription for default constructors also (so that a service can now have no constructors at all).
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(); }; |