summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:56:19 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:56:19 +0000
commite1efa9ec62d7df2cbb0823ab154d2821a155c7a5 (patch)
treecc7a2ec0bcfd76b818eec44c5cad8e4cf51a265c /ridljar
parent866abc60131b3c9f5ab9c1d203abe5378e241093 (diff)
INTEGRATION: CWS sb18 (1.2.84); FILE MERGED
2004/05/11 16:49:37 sb 1.2.84.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/ITypeDescription.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/ridljar/com/sun/star/uno/ITypeDescription.java b/ridljar/com/sun/star/uno/ITypeDescription.java
index 88250fb649ef..0caa6d0380be 100644
--- a/ridljar/com/sun/star/uno/ITypeDescription.java
+++ b/ridljar/com/sun/star/uno/ITypeDescription.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ITypeDescription.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 15:44:54 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:56:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,9 +64,11 @@ package com.sun.star.uno;
/**
* The <code>ITypeDescription</code> allows to examine a type
* in detail (e.g. it is used for marshaling/unmarshaling).
- * <p>
- * @version $Revision: 1.2 $ $ $Date: 2003-03-26 15:44:54 $
- * @author Kay Ramme
+ *
+ * @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 ITypeDescription {