summaryrefslogtreecommitdiff
path: root/bean/com/sun
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-07 12:17:22 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-07 12:17:22 +0000
commiteb99e74c6248c4bc60f4191154ea18319550b28d (patch)
treedf9c4681b8de7a2773b554dc1009e07e62ba526d /bean/com/sun
parent279355c1f0fba910a31bfa5d76df7fa041985307 (diff)
INTEGRATION: CWS jl22 (1.2.26); FILE MERGED
2005/06/29 14:25:58 jl 1.2.26.1: #i51343# deprecated methods
Diffstat (limited to 'bean/com/sun')
-rw-r--r--bean/com/sun/star/comp/beans/OfficeConnection.java6
-rw-r--r--bean/com/sun/star/comp/beans/OfficeWindow.java6
-rw-r--r--bean/com/sun/star/comp/beans/Wrapper.java8
3 files changed, 10 insertions, 10 deletions
diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java b/bean/com/sun/star/comp/beans/OfficeConnection.java
index fb6e346928db..73ac1af8d0f4 100644
--- a/bean/com/sun/star/comp/beans/OfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/OfficeConnection.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeConnection.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $
+ * last change: $Author: obo $ $Date: 2005-07-07 13:16:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@ import com.sun.star.uno.XComponentContext;
* This abstract class reprecents a connection to the office
* application.
- @since OOo 2.0.0
+ @deprecated
*/
public interface OfficeConnection
extends XComponent
diff --git a/bean/com/sun/star/comp/beans/OfficeWindow.java b/bean/com/sun/star/comp/beans/OfficeWindow.java
index 1446bbea81b7..c26b679c2bca 100644
--- a/bean/com/sun/star/comp/beans/OfficeWindow.java
+++ b/bean/com/sun/star/comp/beans/OfficeWindow.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OfficeWindow.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2004-10-14 10:37:14 $
+ * last change: $Author: obo $ $Date: 2005-07-07 13:17:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ import com.sun.star.awt.XWindowPeer;
* approperate type of visual component (java.awt.Canvas for local
* and java.awt.Container for remote).
- @since OOo 2.0.0
+ @deprecated
*/
public interface OfficeWindow
{
diff --git a/bean/com/sun/star/comp/beans/Wrapper.java b/bean/com/sun/star/comp/beans/Wrapper.java
index a7a64266e89f..2e16fb458aee 100644
--- a/bean/com/sun/star/comp/beans/Wrapper.java
+++ b/bean/com/sun/star/comp/beans/Wrapper.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Wrapper.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2004-10-14 10:37:14 $
+ * last change: $Author: obo $ $Date: 2005-07-07 13:17:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@ import com.sun.star.uno.UnoRuntime;
Because its not worth the efford to create a runtime generated wrapper
for this purpose, as it might be for OOo 2.0, you still have to use
UnoRuntime.queryInterface() for interfaces which are optional or come
- from a subclass. But for non optional interfaces you can alread
- directly callötheir methods.
+ from a subclass. But for non optional interfaces you can already
+ directly call their methods.
This wrapper will only work for UNO objects via a bridge, not for
direct Java objects.