diff options
Diffstat (limited to 'include/registry')
-rw-r--r-- | include/registry/registry.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx index e678a118f369..200d91b4f426 100644 --- a/include/registry/registry.hxx +++ b/include/registry/registry.hxx @@ -464,7 +464,7 @@ public: sal_Char** pValueList, sal_uInt32 len); - /** sets an unicode string list value of a key. + /** sets a unicode string list value of a key. @param keyName specifies the name of the key which value will be set. If keyName is an empty string, the value will be set for the key @@ -551,7 +551,7 @@ public: public: /// @cond INTERNAL - /** Constructor, which initialize a RegistryKey with registry and an valid key handle. + /** Constructor, which initialize a RegistryKey with registry and a valid key handle. This constructor is internal only. */ |