summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl
parentae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff)
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
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
*/