summaryrefslogtreecommitdiffstats
path: root/jurt/com/sun/star/uno
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 08:06:05 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 08:06:05 +0000
commit27112333457f953b7d6408bc6a2799316eadd492 (patch)
treeec730a485102d8d0532bee646a15678f0c05caa6 /jurt/com/sun/star/uno
parentINTEGRATION: CWS sb22 (1.2.170); FILE MERGED (diff)
downloadcore-27112333457f953b7d6408bc6a2799316eadd492.tar.gz
core-27112333457f953b7d6408bc6a2799316eadd492.zip
INTEGRATION: CWS sb22 (1.3.168); FILE MERGED
2004/10/14 10:54:48 sb 1.3.168.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:45:10 sb 1.3.168.1: #i33217# Fixed @since tags.
Diffstat (limited to 'jurt/com/sun/star/uno')
-rw-r--r--jurt/com/sun/star/uno/MappingException.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/com/sun/star/uno/MappingException.java b/jurt/com/sun/star/uno/MappingException.java
index 087f524a4122..087ac3b4bec4 100644
--- a/jurt/com/sun/star/uno/MappingException.java
+++ b/jurt/com/sun/star/uno/MappingException.java
@@ -2,9 +2,9 @@
*
* $RCSfile: MappingException.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2002-03-21 16:25:03 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 09:06:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,11 +67,10 @@ package com.sun.star.uno;
* The exception is replaced by the com.sun.star.lang.DisposedException.
* @deprecated since UDK 3.0.2
* <p>
- * @version $Revision: 1.3 $ $ $Date: 2002-03-21 16:25:03 $
+ * @version $Revision: 1.4 $ $ $Date: 2004-11-03 09:06:05 $
* @see com.sun.star.uno.UnoRuntime
* @see com.sun.star.uno.IQueryInterface
* @see com.sun.star.uno.IBridge
- * @since UDK1.0
*/
public class MappingException extends com.sun.star.uno.RuntimeException {
/**