diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:51:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:51:32 +0000 |
commit | fde355c8042d22986eb2a9eb45186c916b538b1e (patch) | |
tree | 7d16686946ee6d24176d2fa65ada3357e9bc6ae7 /ridljar | |
parent | e87f359da9b52760a8b82de9b512546288315e7b (diff) |
INTEGRATION: CWS sb18 (1.1.142); FILE MERGED
2004/05/11 16:50:47 sb 1.1.142.1: #i21150# Adapted to instantiated polymorphic struct types.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java b/ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java index 8e0b1557b..b0e93822e 100644 --- a/ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java +++ b/ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo.java @@ -2,9 +2,9 @@ * * $RCSfile: ConstantTypeInfo.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2000-11-08 15:38:23 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:51:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,9 @@ ************************************************************************/ package com.sun.star.lib.uno.typeinfo; - +/** + @deprecated <code>UNOTYPEINFO</code> for constants is not needed + */ public class ConstantTypeInfo extends TypeInfo { public ConstantTypeInfo(String name, int flags) |