From 0cd474b60068b9c19bda00c6c5b1ca1d71269d59 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 07:53:47 +0000 Subject: INTEGRATION: CWS sb22 (1.2.132); FILE MERGED 2004/10/14 10:56:21 sb 1.2.132.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.2.132.1: #i33217# Fixed @since tags. --- ridljar/com/sun/star/uno/Union.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ridljar') diff --git a/ridljar/com/sun/star/uno/Union.java b/ridljar/com/sun/star/uno/Union.java index 29f2f27263ac..a0831e039692 100644 --- a/ridljar/com/sun/star/uno/Union.java +++ b/ridljar/com/sun/star/uno/Union.java @@ -2,9 +2,9 @@ * * $RCSfile: Union.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2002-01-18 14:04:55 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:53:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,7 @@ package com.sun.star.uno; * Note: The idl type union is currently not fully * integrated into the UNO framework, so don't use it. * - * @version $Revision: 1.2 $ $ $Date: 2002-01-18 14:04:55 $ - * @since UDK1.0 + * @version $Revision: 1.3 $ $ $Date: 2004-11-03 08:53:47 $ */ public class Union { /** -- cgit