From 517f55d808334faa5f75a5f5c6d3923e0b86c820 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 07:54:00 +0000 Subject: INTEGRATION: CWS sb22 (1.2.22); FILE MERGED 2004/10/14 10:56:21 sb 1.2.22.2: #i33217# Changed @since tags for C++/Java docu from OOo to UDK. 2004/09/28 14:44:50 sb 1.2.22.1: #i33217# Fixed @since tags. --- ridljar/com/sun/star/uno/UnoRuntime.java | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'ridljar/com/sun/star/uno/UnoRuntime.java') diff --git a/ridljar/com/sun/star/uno/UnoRuntime.java b/ridljar/com/sun/star/uno/UnoRuntime.java index e20f315d3..168f3cc99 100644 --- a/ridljar/com/sun/star/uno/UnoRuntime.java +++ b/ridljar/com/sun/star/uno/UnoRuntime.java @@ -2,9 +2,9 @@ * * $RCSfile: UnoRuntime.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:37:54 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:54:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,14 +83,14 @@ import com.sun.star.lib.util.WeakMap; * @see com.sun.star.uno.IBridge * @see com.sun.star.uno.IEnvironment * @see com.sun.star.uno.IQueryInterface - * @since UDK 1.0 */ public class UnoRuntime { /** - * @deprecated As of UDK 3.2, do not create instances of this class. It is - * considered a historic mistake to have a public constructor - * for this class, which only has static members. Also, this - * class might be changed to become final in a future version. + * @deprecated As of UDK 3.2.0, do not create instances of this class. + * It is considered a historic mistake to have a public + * constructor for this class, which only has static members. + * Also, this class might be changed to become final in a + * future version. */ public UnoRuntime() {} @@ -279,8 +279,8 @@ public class UnoRuntime { * @param context the context of the environment * @see com.sun.star.uno.IEnvironment * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IEnvironment getEnvironment(String name, Object context) throws java.lang.Exception @@ -321,8 +321,8 @@ public class UnoRuntime { * @see com.sun.star.uno.IBridge * @see com.sun.star.uno.IEnvironment * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IBridge getBridge( IEnvironment from, IEnvironment to, Object[] args) @@ -378,8 +378,8 @@ public class UnoRuntime { * @see com.sun.star.uno.IBridge * @see com.sun.star.uno.IEnvironment * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IBridge getBridgeByName( String from, Object fromContext, String to, Object toContext, @@ -396,8 +396,8 @@ public class UnoRuntime { * @return an array of IBridge objects * @see com.sun.star.uno.IBridge * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IBridge[] getBridges() { ArrayList l = new ArrayList(); @@ -426,8 +426,8 @@ public class UnoRuntime { * @see com.sun.star.uno.IEnvironment * @see com.sun.star.uno.IMapping * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IMapping getMapping(IEnvironment from, IEnvironment to) throws java.lang.Exception @@ -456,8 +456,8 @@ public class UnoRuntime { * @see #getMapping * @see com.sun.star.uno.IMapping * - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ public static IMapping getMappingByName(String from, String to) throws java.lang.Exception @@ -470,8 +470,8 @@ public class UnoRuntime { * *

Releases all references to bridges and environments.

* - * @deprecated As of UDK 3.2, this method is deprecated, without offering a - * replacement. + * @deprecated As of UDK 3.2.0, this method is deprecated, without + * offering a replacement. */ static public boolean reset() { synchronized (bridges) { @@ -500,7 +500,7 @@ public class UnoRuntime { } /** - * @deprecated As of UDK 3.2, do not use this internal field. + * @deprecated As of UDK 3.2.0, do not use this internal field. */ static public final boolean DEBUG = false; -- cgit v1.2.3