summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-06-08 05:56:07 +0000
committerStephan Bergmann <sb@openoffice.org>2001-06-08 05:56:07 +0000
commit9f47d89d40d2e9aa641c3c0b87b7d2f2219480b4 (patch)
tree705f41642b94886141f27395ab4564edeff56e22 /offapi
parentabd00c35f5eadf8a289914c63a9df7619f63be49 (diff)
#87940# RemoteAccessContentProvider does not itself implement XFileIdentifierConverter.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
index 47ce19c5c745..3ae841017fa3 100644
--- a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
+++ b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RemoteAccessContentProvider.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
+ * last change: $Author: sb $ $Date: 2001-06-08 06:56:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,13 +97,13 @@ service RemoteAccessContentProvider
string in the
<member>XParameterizedContentProvider::registerInstance</member>
call must contain the UNO URL of the remote UCB.
- */
- interface com::sun::star::ucb::XParameterizedContentProvider;
- //-------------------------------------------------------------------------
- /** allows clients to convert between various file content notations.
+ @descr
+ The <type>XContentProvider/type>s obtained through this interface
+ implement the service <type>ContentProvider</type> and, if
+ appropriate, also the interface <type>XFileIdentifierConverter</type>.
*/
- interface com::sun::star::ucb::XFileIdentifierConverter;
+ interface com::sun::star::ucb::XParameterizedContentProvider;
};
//=============================================================================