summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ContentProviderProxy.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ContentProviderProxy.idl')
-rw-r--r--offapi/com/sun/star/ucb/ContentProviderProxy.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/ContentProviderProxy.idl b/offapi/com/sun/star/ucb/ContentProviderProxy.idl
index 66daee6c196b..0b301bd11bf3 100644
--- a/offapi/com/sun/star/ucb/ContentProviderProxy.idl
+++ b/offapi/com/sun/star/ucb/ContentProviderProxy.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentProviderProxy.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: kso $ $Date: 2001-02-08 14:05:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,13 +78,14 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** A proxy for a content provider.
+/** is a proxy for a content provider.
*/
service ContentProviderProxy
{
//-------------------------------------------------------------------------
- /** gives access to the original content provider behind the proxy. The
- implementation will instantiate the real content provider only on
+ /** gives access to the original content provider behind the proxy.
+
+ <p>The implementation will instantiate the real content provider only on
demand using its UNO service name. This will load the content providers
implementation code (dynamic library), if not already done.
*/