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
This commit is contained in:
Vladimir Glazounov 2005-03-23 07:58:20 +00:00
parent 4caf007389
commit 79efd83fa2
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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
{