diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:52:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:52:45 +0000 |
commit | 4c966838525f29933fe98c61b1c0b97e50ed7fb2 (patch) | |
tree | 9a67ba563cbec45787ab7537b94549bb5c38160f /ridljar | |
parent | 3cdc669ab686f8199bf9b75b1f3bffbef83670b7 (diff) |
INTEGRATION: CWS sb18 (1.3.8); FILE MERGED
2004/05/11 16:50:48 sb 1.3.8.1: #i21150# Adapted to instantiated polymorphic struct types.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo.java b/ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo.java index ae2766034522..550959503aa5 100644 --- a/ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo.java +++ b/ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo.java @@ -2,9 +2,9 @@ * * $RCSfile: TypeInfo.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:36:15 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:52:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,9 @@ public class TypeInfo /** Marks an extended attribute of an interface type as bound. + <p>Only used in the <code>flags</code> argument of the + <code>AttributeTypeInfo</code> constructors.</p> + @since UDK 3.2 */ public static final int BOUND = 0x00000100; |