From d821bc032bb09240897e50698967723ad7e42462 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 7 Jul 2005 12:16:28 +0000 Subject: INTEGRATION: CWS jl22 (1.2.26); FILE MERGED 2005/06/29 14:25:57 jl 1.2.26.1: #i51343# deprecated methods --- bean/com/sun/star/comp/beans/InvalidArgumentException.java | 6 +++--- bean/com/sun/star/comp/beans/NativeConnection.java | 6 +++--- bean/com/sun/star/comp/beans/NativeService.java | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'bean') diff --git a/bean/com/sun/star/comp/beans/InvalidArgumentException.java b/bean/com/sun/star/comp/beans/InvalidArgumentException.java index 46ad626c7ca5..7d385a468016 100644 --- a/bean/com/sun/star/comp/beans/InvalidArgumentException.java +++ b/bean/com/sun/star/comp/beans/InvalidArgumentException.java @@ -2,9 +2,9 @@ * * $RCSfile: InvalidArgumentException.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2004-10-14 10:37:12 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:15:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ package com.sun.star.comp.beans; /** indicates an invalid argument in a function call. * - * @since OOo 2.0.0 + * @deprecated */ public class InvalidArgumentException extends Exception { diff --git a/bean/com/sun/star/comp/beans/NativeConnection.java b/bean/com/sun/star/comp/beans/NativeConnection.java index fc4a77b5edb3..1f93966d2bdf 100644 --- a/bean/com/sun/star/comp/beans/NativeConnection.java +++ b/bean/com/sun/star/comp/beans/NativeConnection.java @@ -2,9 +2,9 @@ * * $RCSfile: NativeConnection.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:16:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ import com.sun.star.connection.XConnection; /* Connection to a locally running OOo instance. * - * @since OOo 2.0.0 + * @deprecated. */ /* package */ class NativeConnection implements XConnection diff --git a/bean/com/sun/star/comp/beans/NativeService.java b/bean/com/sun/star/comp/beans/NativeService.java index eb6a774ae0fb..bc60bdad32cf 100644 --- a/bean/com/sun/star/comp/beans/NativeService.java +++ b/bean/com/sun/star/comp/beans/NativeService.java @@ -2,9 +2,9 @@ * * $RCSfile: NativeService.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:16:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ package com.sun.star.comp.beans; /* - * @since OOo 2.0.0 + * @deprecated */ /* package */ interface NativeService { public String getIdentifier(); -- cgit