summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/Introspection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/Introspection.idl')
-rw-r--r--udkapi/com/sun/star/beans/Introspection.idl10
1 files changed, 3 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/beans/Introspection.idl b/udkapi/com/sun/star/beans/Introspection.idl
index 45b33ce83e84..1904d601dfc9 100644
--- a/udkapi/com/sun/star/beans/Introspection.idl
+++ b/udkapi/com/sun/star/beans/Introspection.idl
@@ -25,14 +25,10 @@
module com { module sun { module star { module beans {
-/** provides functionality to get information about an object's
- properties and methods.
- <p><strong>Important note:</strong>An object can only be
- inspected completely if it supports the
- com::sun::star::lang::XTypeProvider interface.</p>
+/** A legacy (single-instance) service variant of theIntrospection singleton.
- <p>For details see method XIntrospection::inspect() .</p>
- */
+ @deprecated Use theIntrospection instead.
+*/
published service Introspection : com::sun::star::beans::XIntrospection;