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 {