diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:25 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:25 +0000 |
commit | 04b5a3720d2bc162b2aaf93435226005a7371d11 (patch) | |
tree | cd0c16571df35e4eb62e56ca4d149a4b5fbd9f15 /ridljar | |
parent | 002b1fcd19a6368edb8c1d765f9f2663b944e6a0 (diff) |
INTEGRATION: CWS sb22 (1.2.22); FILE MERGED
2004/10/14 10:56:19 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK.
2004/09/28 14:44:49 sb 1.2.22.1: #i33217# Fixed @since tags.
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/IBridge.java | 5 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/IEnvironment.java | 5 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/IMapping.java | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/ridljar/com/sun/star/uno/IBridge.java b/ridljar/com/sun/star/uno/IBridge.java index 9f5ea084a..dffc165a5 100644 --- a/ridljar/com/sun/star/uno/IBridge.java +++ b/ridljar/com/sun/star/uno/IBridge.java @@ -2,9 +2,9 @@ * * $RCSfile: IBridge.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:37:15 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,6 @@ import java.io.IOException; * @see com.sun.star.uno.IBridge * @see com.sun.star.uno.IQueryInterface * @see com.sun.star.uno.UnoRuntime - * @since UDK 1.0 * * @deprecated As of UDK 3.2, this interface is deprecated, without offering a * replacement. diff --git a/ridljar/com/sun/star/uno/IEnvironment.java b/ridljar/com/sun/star/uno/IEnvironment.java index 2fc48fb80..616535cac 100644 --- a/ridljar/com/sun/star/uno/IEnvironment.java +++ b/ridljar/com/sun/star/uno/IEnvironment.java @@ -2,9 +2,9 @@ * * $RCSfile: IEnvironment.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:37:25 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ package com.sun.star.uno; * @see com.sun.star.uno.IBridge * @see com.sun.star.uno.IQueryInterface * @see com.sun.star.uno.UnoRuntime - * @since UDK 1.0 * * @deprecated As of UDK 3.2, this interface is deprecated, without offering a * replacement. diff --git a/ridljar/com/sun/star/uno/IMapping.java b/ridljar/com/sun/star/uno/IMapping.java index d437f4e58..5381d7dca 100644 --- a/ridljar/com/sun/star/uno/IMapping.java +++ b/ridljar/com/sun/star/uno/IMapping.java @@ -2,9 +2,9 @@ * * $RCSfile: IMapping.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:37:35 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:52:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,6 @@ package com.sun.star.uno; * <p>This interface exists for compatibility with the binary UNO API.</p> * * @see com.sun.star.uno.IBridge - * @since UDK 1.0 * * @deprecated As of UDK 3.2, this interface is deprecated, without offering a * replacement. |