diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:53:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:53:52 +0000 |
commit | af86b112a26b6368357821cd35285a7a1b994f64 (patch) | |
tree | 20ece44153226823bdb9263ffd41d865f36da81c /bean | |
parent | 538972409c0b833c50e1583e253f2513a34bfbc3 (diff) |
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
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/beans/ContainerFactory.java | 5 | ||||
-rw-r--r-- | bean/com/sun/star/beans/JavaWindowPeerFake.java | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/bean/com/sun/star/beans/ContainerFactory.java b/bean/com/sun/star/beans/ContainerFactory.java index 0feea76a1fc2..40d5b9ceb8b6 100644 --- a/bean/com/sun/star/beans/ContainerFactory.java +++ b/bean/com/sun/star/beans/ContainerFactory.java @@ -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 diff --git a/bean/com/sun/star/beans/JavaWindowPeerFake.java b/bean/com/sun/star/beans/JavaWindowPeerFake.java index 5b7ae1a5c918..1316174d40fb 100644 --- a/bean/com/sun/star/beans/JavaWindowPeerFake.java +++ b/bean/com/sun/star/beans/JavaWindowPeerFake.java @@ -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 |