diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:54:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:54:58 +0000 |
commit | e722ab57b8d7fbe65bfa9a8b65b6d47f1cb84b46 (patch) | |
tree | a817bf0b5787d8112a7c86d8b30431ab9250c005 /bean/com | |
parent | af86b112a26b6368357821cd35285a7a1b994f64 (diff) |
INTEGRATION: CWS jl18 (1.2.8); FILE MERGED
2005/03/18 09:58:12 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace
Diffstat (limited to 'bean/com')
-rw-r--r-- | bean/com/sun/star/beans/LocalOfficeConnection.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java index d84cbae246c7..5144e72e141d 100644 --- a/bean/com/sun/star/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/beans/LocalOfficeConnection.java @@ -2,9 +2,9 @@ * * $RCSfile: LocalOfficeConnection.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:54:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ import com.sun.star.lib.util.NativeLibraryLoader; /** * This class reprecents a connection to the local office application. + * @deprecated */ public class LocalOfficeConnection implements OfficeConnection @@ -612,6 +613,7 @@ public class LocalOfficeConnection /** * @para This is an implementation of the native office service. + * @deprecated */ private class OfficeService implements NativeService |