From 78a2a48612f2c47fd9691f6cc5964211179ff032 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 07:51:11 +0000 Subject: INTEGRATION: CWS sb22 (1.6.14); FILE MERGED 2004/10/14 10:56:18 sb 1.6.14.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:48 sb 1.6.14.1: #i33217# Fixed @since tags. --- ridljar/com/sun/star/uno/Any.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ridljar') diff --git a/ridljar/com/sun/star/uno/Any.java b/ridljar/com/sun/star/uno/Any.java index 098e5ae81db3..6130c51e936f 100644 --- a/ridljar/com/sun/star/uno/Any.java +++ b/ridljar/com/sun/star/uno/Any.java @@ -2,9 +2,9 @@ * * $RCSfile: Any.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-04 02:55:25 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,8 +72,7 @@ package com.sun.star.uno; * an explicit interface type, so the remote counterpart doesn't need to invoke * a queryInterface). *

- * @version $Revision: 1.6 $ $ $Date: 2004-06-04 02:55:25 $ - * @since UDK1.0 + * @version $Revision: 1.7 $ $ $Date: 2004-11-03 08:51:11 $ */ public class Any { /** -- cgit