summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XIdlField2.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-12-10 09:31:37 +0000
committerMichael Hönnig <mi@openoffice.org>2002-12-10 09:31:37 +0000
commit1d5b5ce60d6862fe9dc8ec3857704309a70781dc (patch)
tree6b5dad7611a65d2557af1d2b17595c43977e918b /udkapi/com/sun/star/reflection/XIdlField2.idl
parent0c4929f80847d494a08d04d576eed37de9e0b05b (diff)
#105668# fixed dead links
Diffstat (limited to 'udkapi/com/sun/star/reflection/XIdlField2.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index 584e000ad..769da4167 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlField2.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2002-03-08 17:19:13 $
+ * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
value of field
@throws IllegalAccessException
- An <type scope="com::sun::star::lang>IllegalAccessException</type>
+ An <type scope="com::sun::star::lang">IllegalAccessException</type>
is thrown if the given object is no interface, enum or compound type;
or the given object does not have the reflected field.
*/
@@ -136,7 +136,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
value to be set
@throws IllegalAccessException
- An <type scope="com::sun::star::lang>IllegalAccessException</type>
+ An <type scope="com::sun::star::lang">IllegalAccessException</type>
is thrown if the given object is no interface or compound type;
or the given object does not have the reflected field.
*/
@@ -154,6 +154,9 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2002/03/08 17:19:13 dbo
+ #96711# reviewed reflection API documentation
+
Revision 1.2 2001/11/16 15:02:57 mi
proofing by Richard Holt