summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/Store.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
commiteab1538ad9c5e5942cad7b1a807344b07fad58b2 (patch)
tree0c93bc7f4151257d716ad5e1da44bde522cc2f63 /offapi/com/sun/star/ucb/Store.idl
parentaa87c9236e59c58b806b67dac350958abae4b031 (diff)
Updated/reformatted documentation.
Diffstat (limited to 'offapi/com/sun/star/ucb/Store.idl')
-rw-r--r--offapi/com/sun/star/ucb/Store.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/Store.idl b/offapi/com/sun/star/ucb/Store.idl
index 83dd32890..bc5936f11 100644
--- a/offapi/com/sun/star/ucb/Store.idl
+++ b/offapi/com/sun/star/ucb/Store.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Store.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
@@ -70,13 +70,13 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** The <type>Store</type> one-instance service
- creates implementations of the interface XPropertySetRegistry.
+/** creates implementations of the service <typePropertySetRegistry</type>.
*/
service Store
{
//-------------------------------------------------------------------------
- /** A factory for propertyset registries.
+ /** A factory for propertyset registries. This factory must create
+ implementations of the service <typePropertySetRegistry</type>
*/
interface com::sun::star::ucb::XPropertySetRegistryFactory;
};