summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ContentProviderProxy.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-08 13:05:20 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-08 13:05:20 +0000
commit28dd4c4556d2f970eca6756d4443331e030e9a68 (patch)
tree52f09deaaf28c0a28c029364df363a42df4c14cd /offapi/com/sun/star/ucb/ContentProviderProxy.idl
parentec57e2797d9e5d17a99926ae768126ba65792554 (diff)
Updated/reformatted documentation.
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.
*/