summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-07 12:16:28 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-07 12:16:28 +0000
commitd821bc032bb09240897e50698967723ad7e42462 (patch)
tree2dc4ee3ac558cf7aeab191907b3f2619e9396b13 /bean
parent2a6b4e0843c646c0a4d6a50de58414e2de7b673d (diff)
INTEGRATION: CWS jl22 (1.2.26); FILE MERGED
2005/06/29 14:25:57 jl 1.2.26.1: #i51343# deprecated methods
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/InvalidArgumentException.java6
-rw-r--r--bean/com/sun/star/comp/beans/NativeConnection.java6
-rw-r--r--bean/com/sun/star/comp/beans/NativeService.java6
3 files changed, 9 insertions, 9 deletions
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();