summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
index afa0e99e271a..223c769c55cf 100644
--- a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
+++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
@@ -50,10 +50,9 @@ interface XServiceTypeDescription2: XServiceTypeDescription {
Returns the interface type associated with the service.
@return the reflection of the interface type associated with the service
- (of type <type
- scope="com::sun::star::reflection">XInterfaceTypeDescription</type>
- or, in case of a typedef, <type
- scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
+ (of type com::sun::star::reflection::XInterfaceTypeDescription
+ or, in case of a typedef,
+ com::sun::star::reflection::XIndirectTypeDescription),
for a single-interface&ndash;based service; for an obsolete,
accumulation-based service, `NULL` is returned
*/