summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:58:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:58:20 +0000
commit79efd83fa2fcecdae6a2013dd4e98e7e2036dd9e (patch)
treef9e9832ca082cf27bded24dd621fbfad55529064 /bean/com/sun/star/beans
parent4caf0073894807d47bd950a33b1530c1f955cc21 (diff)
INTEGRATION: CWS jl18 (1.2.8); FILE MERGED
2005/03/18 09:58:14 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r--bean/com/sun/star/beans/OfficeConnection.java5
-rw-r--r--bean/com/sun/star/beans/OfficeWindow.java5
2 files changed, 6 insertions, 4 deletions
diff --git a/bean/com/sun/star/beans/OfficeConnection.java b/bean/com/sun/star/beans/OfficeConnection.java
index 375551fb6fdd..d189ba4e7f0f 100644
--- a/bean/com/sun/star/beans/OfficeConnection.java
+++ b/bean/com/sun/star/beans/OfficeConnection.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeConnection.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:15:35 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:57:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,7 @@ import com.sun.star.uno.XComponentContext;
/**
* This abstract class reprecents a connection to the office
* application.
+ * @deprecated
*/
public interface OfficeConnection
extends XComponent
diff --git a/bean/com/sun/star/beans/OfficeWindow.java b/bean/com/sun/star/beans/OfficeWindow.java
index 35d08e7dafd3..602fda91901c 100644
--- a/bean/com/sun/star/beans/OfficeWindow.java
+++ b/bean/com/sun/star/beans/OfficeWindow.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeWindow.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:15:35 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,7 @@ import com.sun.star.awt.XWindowPeer;
* The concreate implementation of the OfficeWindow extends an
* approperate type of visual component (java.awt.Canvas for local
* and java.awt.Container for remote).
+ * @deprecated
*/
public interface OfficeWindow
{