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 | 431afe6e5a6c047b9a0585834db4e5e8a3d300a4 (patch) | |
tree | 4c17ebee361b565f84be941711c583cd2696127f /ridljar | |
parent | 35acd8733f5b8ca6645d0953260d4f832ee6bc66 (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 bb4d4684948d..c533edc7fa96 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 { |