INTEGRATION: CWS jl18 (1.1.8); FILE MERGED

2005/03/18 09:58:12 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace
This commit is contained in:
Vladimir Glazounov 2005-03-23 07:53:52 +00:00
parent 538972409c
commit af86b112a2
2 changed files with 6 additions and 4 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: ContainerFactory.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: mi $ $Date: 2004-10-18 07:14:39 $
* last change: $Author: vg $ $Date: 2005-03-23 08:53:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -67,6 +67,7 @@ import java.awt.Container;
* This interface reprecents an AWT container factory.
*
* @see OfficeBean
* @deprecated
*/
public interface ContainerFactory

View file

@ -2,9 +2,9 @@
*
* $RCSfile: JavaWindowPeerFake.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: mi $ $Date: 2004-10-18 07:14:49 $
* last change: $Author: vg $ $Date: 2005-03-23 08:53:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -71,6 +71,7 @@ import com.sun.star.beans.*;
import com.sun.star.container.*;
/** <p>Class to pass the system window handle to the OpenOffice.org toolkit.</p>
* @deprecated
*/
/* package */ class JavaWindowPeerFake
implements XSystemDependentWindowPeer, XWindowPeer