diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:47 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:53:47 +0000 |
commit | 0cd474b60068b9c19bda00c6c5b1ca1d71269d59 (patch) | |
tree | 445b8e354cff1f081d48a7ab9b186b879f170ccb /ridljar/com/sun/star/uno | |
parent | 839de1536161bf08c62efca31d27b3a94ae1caaf (diff) |
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.
Diffstat (limited to 'ridljar/com/sun/star/uno')
-rw-r--r-- | ridljar/com/sun/star/uno/Union.java | 7 |
1 files changed, 3 insertions, 4 deletions
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 <code>union<code> 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 { /** |