diff options
-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 |