summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XIntrospection.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
commit3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (patch)
treeef1d86dc10aec150720c43759e504c610802cc7c /udkapi/com/sun/star/beans/XIntrospection.idl
parent2bd29645528ee70f4bd4bad65d485bcedc685621 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'udkapi/com/sun/star/beans/XIntrospection.idl')
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl39
1 files changed, 7 insertions, 32 deletions
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index 0a7031fc2..8797eeab7 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIntrospection.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-11-16 14:06:25 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:43:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,11 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::beans::XIntrospection
-/** allows the inspection of an object's properties and functions.
+/** allows the inspection of an object's properties and methods.
+
+ <p><strong>Important note:</strong>An object can only be
+ inspected completely if it supports the <type scope=
+ "com::sun::star::lang">XTypeProvider</type> interface.</p>
<p>For details see method <member>XIntrospection::inspect</member>. </p>
@@ -148,33 +152,4 @@ interface XIntrospection: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.7 2001/03/16 15:10:32 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.6 2000/12/12 10:21:31 jbu
- reconstructed some method references, that have gone lost during merges
-
- Revision 1.5 2000/12/11 16:09:35 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:20 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:56 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:11 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/07 11:24:18 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif