summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-02-12 08:35:09 +0000
committerStephan Bergmann <sb@openoffice.org>2001-02-12 08:35:09 +0000
commitb6cbb40dad536d714522cdb2d7f9cf31319d6c10 (patch)
treeca1421597f1bf791189bc5d184a31df474b67340 /offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
parente21abb879e8afbca323c9a88623074d4a71f27d8 (diff)
#83642# Flagged XRemoteContentProviderActivator as 'deprecated' (for lack of a 'draft' flag).
Diffstat (limited to 'offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl')
-rw-r--r--offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl b/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
index 57cf75c033c3..44906f7ebefa 100644
--- a/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
+++ b/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RemoteContentProviderAcceptor.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2001-02-09 12:42:41 $
+ * last change: $Author: sb $ $Date: 2001-02-12 09:35:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,10 @@ service RemoteContentProviderAcceptor
//------------------------------------------------------------------------
/** This optional interface can be used to adopt a layz implement strategy
for this service, which can improve performance in certain situations.
+
+ @deprecated
+ The way this works might change, therefore this interface is marked as
+ deprectated.
*/
[optional] interface XRemoteContentProviderActivator;
};