diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:05:37 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:05:37 +0000 |
commit | 8301dabe36aec4649b0512a20da5e074fde8810e (patch) | |
tree | dcb7e00f15dcd0ba06abb4db459e73437a58dc69 /jurt | |
parent | 5f673628332049527582a2c5ebdb16b391e96ca6 (diff) |
INTEGRATION: CWS sb22 (1.2.170); FILE MERGED
2004/10/14 10:54:48 sb 1.2.170.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:45:09 sb 1.2.170.1: #i33217# Fixed @since tags.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/uno/Ascii.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java index 8ddb1b59a2f1..ccff506ee34d 100644 --- a/jurt/com/sun/star/uno/Ascii.java +++ b/jurt/com/sun/star/uno/Ascii.java @@ -2,9 +2,9 @@ * * $RCSfile: Ascii.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2002-01-18 14:06:54 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 09:05:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,9 +64,8 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type <code>ascii</code>. * <p> - * @version $Revision: 1.2 $ $ $Date: 2002-01-18 14:06:54 $ + * @version $Revision: 1.3 $ $ $Date: 2004-11-03 09:05:37 $ * @author Markus Meyer - * @since UDK1.0 * @deprecated do not use */ public final class Ascii { |