summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:57:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:57:16 +0000
commitae55f6d31e539990fc320d0e169efda5aa5a8167 (patch)
tree3d933d6f7e1fdd0cfc0767b0c02f55b7f3308c24 /bean
parent3fd22e57b7775fb3c7274cc5e112f290fa64d709 (diff)
INTEGRATION: CWS jl18 (1.1.8); FILE MERGED
2005/03/18 09:58:13 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/beans/NativeConnection.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bean/com/sun/star/beans/NativeConnection.java b/bean/com/sun/star/beans/NativeConnection.java
index 2d2e97779667..225bb20d49fa 100644
--- a/bean/com/sun/star/beans/NativeConnection.java
+++ b/bean/com/sun/star/beans/NativeConnection.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NativeConnection.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:14:59 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:57:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,8 @@
package com.sun.star.beans;
import com.sun.star.connection.XConnection;
-
+/* @deprecated
+ */
/* package */ class NativeConnection
implements XConnection
{