diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:21 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:21 +0000 |
commit | 55863476b2fa19f2d7f2ee05916fafb5831c9af6 (patch) | |
tree | 67081ab000b11d58c15d6bb465c3d518aa3d307c /ridljar | |
parent | a4d7cfbe823b61fbe5fe1a22db952c06e89d9b5e (diff) |
INTEGRATION: CWS sb22 (1.3.14); FILE MERGED
2004/10/14 10:56:20 sb 1.3.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:44:50 sb 1.3.14.1: #i33217# Fixed @since tags.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/IMethodDescription.java | 6 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/ITypeDescription.java | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/ridljar/com/sun/star/uno/IMethodDescription.java b/ridljar/com/sun/star/uno/IMethodDescription.java index 49e4ad3df8d9..f065ced8344d 100644 --- a/ridljar/com/sun/star/uno/IMethodDescription.java +++ b/ridljar/com/sun/star/uno/IMethodDescription.java @@ -2,9 +2,9 @@ * * $RCSfile: IMethodDescription.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-04 02:56:06 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:52:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,8 +72,6 @@ import java.lang.reflect.Method; * @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 IMethodDescription extends IMemberDescription { /** diff --git a/ridljar/com/sun/star/uno/ITypeDescription.java b/ridljar/com/sun/star/uno/ITypeDescription.java index 0caa6d0380be..3f5b3f08c723 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-04 02:56:19 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:53:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,6 @@ package com.sun.star.uno; * @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 { /** |