diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:55:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:55:53 +0000 |
commit | 462183650ada04a02d2ea98d20bba7381ec8607a (patch) | |
tree | c891cff54a31a9ce458ddc36405f90aefd07fee6 /ridljar | |
parent | 4f183607f2374e6a98e28715d68c2e7a20bf4f00 (diff) |
INTEGRATION: CWS sb18 (1.3.112); FILE MERGED
2004/05/11 16:49:36 sb 1.3.112.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/IMemberDescription.java | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ridljar/com/sun/star/uno/IMemberDescription.java b/ridljar/com/sun/star/uno/IMemberDescription.java index b8fdc1fa9..b8192c470 100644 --- a/ridljar/com/sun/star/uno/IMemberDescription.java +++ b/ridljar/com/sun/star/uno/IMemberDescription.java @@ -2,9 +2,9 @@ * * $RCSfile: IMemberDescription.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jbu $ $Date: 2002-01-18 14:04:55 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:55:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,11 @@ package com.sun.star.uno; * The <code>IMemberDescription</code> is the base interface * for for the special subset of typedescriptions, which describe * members of IDL structs or interfeces. - * <p> - * @version $Revision: 1.3 $ $ $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 IMemberDescription { |