summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:24 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:24 +0000
commitb52e3d1a4c4fd1800b4495c5abf313d4dbe8f912 (patch)
tree32ed486453b9c87e500dcda3eabe45e997c75ca5 /ridljar
parent78a2a48612f2c47fd9691f6cc5964211179ff032 (diff)
INTEGRATION: CWS sb22 (1.2.132); FILE MERGED
2004/10/14 10:56:19 sb 1.2.132.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:49 sb 1.2.132.1: #i33217# Fixed @since tags.
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/Enum.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/ridljar/com/sun/star/uno/Enum.java b/ridljar/com/sun/star/uno/Enum.java
index ee232de9c76c..bd874b5d14ce 100644
--- a/ridljar/com/sun/star/uno/Enum.java
+++ b/ridljar/com/sun/star/uno/Enum.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Enum.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:51:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,7 @@ package com.sun.star.uno;
* You cannot create a object of this class or subclass direct, to
* avoid enum values with integer values outside the defined range.
* <p>
- * @version $Revision: 1.2 $ $ $Date: 2002-01-18 14:04:55 $
- * @since UDK1.0
+ * @version $Revision: 1.3 $ $ $Date: 2004-11-03 08:51:24 $
*/
public abstract class Enum {
private int m_value;