diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:13 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:54:20 +0200 |
commit | 61d83f29d9f80c181e31b9a0c4f9f74902492f15 (patch) | |
tree | 275d8c4cff5b4feb274d0c9fd0e77659f5ccd29a /include/registry | |
parent | f8abb1bbe90d8cf2b8bb440f2764d5a369a84d11 (diff) |
Fix typo
Change-Id: I714e9cf9eb99deb5ad4a0870cc0838dcf4374fb5
Reviewed-on: https://gerrit.libreoffice.org/75594
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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. */ |