From 79efd83fa2fcecdae6a2013dd4e98e7e2036dd9e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 07:58:20 +0000 Subject: 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 --- bean/com/sun/star/beans/OfficeConnection.java | 5 +++-- bean/com/sun/star/beans/OfficeWindow.java | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'bean') 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 { -- cgit