summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:56:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:56:43 +0000
commit3fd22e57b7775fb3c7274cc5e112f290fa64d709 (patch)
tree90dcb3996c3d997f549e883fd455546c0ac69e14 /bean/com/sun/star/beans
parente722ab57b8d7fbe65bfa9a8b65b6d47f1cb84b46 (diff)
INTEGRATION: CWS jl18 (1.2.8); FILE MERGED
2005/03/18 09:58:13 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java
index 60bf52c7e433..731ecf519629 100644
--- a/bean/com/sun/star/beans/LocalOfficeWindow.java
+++ b/bean/com/sun/star/beans/LocalOfficeWindow.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LocalOfficeWindow.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:56:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,7 @@ import com.sun.star.uno.Exception;
/**
* This class represents a local office window.
+ * @deprecated
*/
public class LocalOfficeWindow
extends java.awt.Canvas
@@ -198,6 +199,7 @@ public class LocalOfficeWindow
}
/// callback handler to get to know when we become visible
+ //@deprecated
class ComponentEventHandler
extends java.awt.event.ComponentAdapter
{
@@ -297,6 +299,7 @@ public class LocalOfficeWindow
//---------------------------------------------------------------------------
/** Helper class to watch calls into OOo with a timeout.
+ * @deprecated
*/
class CallWatchThread extends Thread
{