summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry/XSimpleRegistry.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 11:44:33 +0000
commit625aff4ec7a47d618a9da160e962fc6fb5c834c5 (patch)
tree66c7f2771cf6d4b1657b7d4478c04c8eba23e52c /udkapi/com/sun/star/registry/XSimpleRegistry.idl
parent677ca9cfc0e9c94f6b86e9b1e180605f291b3630 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'udkapi/com/sun/star/registry/XSimpleRegistry.idl')
-rw-r--r--udkapi/com/sun/star/registry/XSimpleRegistry.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
index 594fdebcdb34..bbb0578d0052 100644
--- a/udkapi/com/sun/star/registry/XSimpleRegistry.idl
+++ b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSimpleRegistry.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jsc $ $Date: 2001-10-31 15:28:27 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:44:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,11 @@
module com { module sun { module star { module registry {
//=============================================================================
-/**
+/** allows access to a registry (a persistent data source).
+ The data is stored in a hierarchical key structure beginning with a root key.
+ Each key can store a value and can have multiple subkeys.
+
+ @see XRegistryKey
*/
interface XSimpleRegistry: com::sun::star::uno::XInterface
{