diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:06:05 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:06:05 +0000 |
commit | 4e9f40660c34b99d827539d826a27b3bc3c15f19 (patch) | |
tree | 2b653ae2d6c95ca6fd5cffd2c940b7e80f083d03 /jurt/com/sun/star/uno | |
parent | 74847d8ad72a8d6f3ef360c9a1c832650f6de1f5 (diff) |
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.java | 7 |
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 f994fa6aa..ec521108f 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 { /** |