diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:57:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:57:37 +0000 |
commit | 4caf0073894807d47bd950a33b1530c1f955cc21 (patch) | |
tree | afce7fc256e50e0355602c1b3009b0a4b7e2023e /bean | |
parent | ae55f6d31e539990fc320d0e169efda5aa5a8167 (diff) |
INTEGRATION: CWS jl18 (1.1.8); FILE MERGED
2005/03/18 09:58:14 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/NativeService.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bean/com/sun/star/beans/NativeService.java b/bean/com/sun/star/beans/NativeService.java index a86e356007d1..d3c82ee1bae0 100644 --- a/bean/com/sun/star/beans/NativeService.java +++ b/bean/com/sun/star/beans/NativeService.java @@ -2,9 +2,9 @@ * * $RCSfile: NativeService.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mi $ $Date: 2004-10-18 07:15:08 $ + * last change: $Author: vg $ $Date: 2005-03-23 08:57:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,8 @@ package com.sun.star.beans; - +/* @deprecated + */ /* package */ interface NativeService { public String getIdentifier(); public void startupService() throws java.io.IOException; |