diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:11 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:11 +0000 |
commit | 002b1fcd19a6368edb8c1d765f9f2663b944e6a0 (patch) | |
tree | cdc5ed5ed4a35d52b2ede65ae6f667c4bbc972f3 /ridljar | |
parent | 917dfae79e786df0bf2341b005a7039308104b7e (diff) |
INTEGRATION: CWS sb22 (1.3.14); FILE MERGED
2004/10/14 10:56:19 sb 1.3.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:44:49 sb 1.3.14.1: #i33217# Fixed @since tags.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/IFieldDescription.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ridljar/com/sun/star/uno/IFieldDescription.java b/ridljar/com/sun/star/uno/IFieldDescription.java index f3d2539d0..7381690da 100644 --- a/ridljar/com/sun/star/uno/IFieldDescription.java +++ b/ridljar/com/sun/star/uno/IFieldDescription.java @@ -2,9 +2,9 @@ * * $RCSfile: IFieldDescription.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-04 02:55:39 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:52:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,6 @@ import java.lang.reflect.Field; * @deprecated This interface does not cover all the features supported by the * corresponding (unpublished) implementation. But no client code should need * to access this functionality, anyway. - * - * @since UDK3.0 */ public interface IFieldDescription extends IMemberDescription { /** |