summaryrefslogtreecommitdiff
path: root/ridljar/com
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:55:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:55:39 +0000
commit35acd8733f5b8ca6645d0953260d4f832ee6bc66 (patch)
treef4432fb65a16675742f8a00a5132be9bd7ccea8e /ridljar/com
parent7cfe665734ee68a9e4b156889fdde9c34ab63b56 (diff)
INTEGRATION: CWS sb18 (1.2.112); FILE MERGED
2004/05/11 16:49:36 sb 1.2.112.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.
Diffstat (limited to 'ridljar/com')
-rw-r--r--ridljar/com/sun/star/uno/IFieldDescription.java11
1 files changed, 7 insertions, 4 deletions
diff --git a/ridljar/com/sun/star/uno/IFieldDescription.java b/ridljar/com/sun/star/uno/IFieldDescription.java
index 5650d65a6112..f3d2539d0915 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2002-01-18 14:04:55 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:55:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,8 +67,11 @@ import java.lang.reflect.Field;
/**
* The <code>IFieldDescription</code> describes non
* method members.
- * <p>
- * @version $Revision: 1.2 $ $ $Date: 2002-01-18 14:04:55 $
+ *
+ * @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 {