diff options
Diffstat (limited to 'registry/source/keyimpl.hxx')
-rw-r--r-- | registry/source/keyimpl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx index a964866d68bd..cf31c77a91af 100644 --- a/registry/source/keyimpl.hxx +++ b/registry/source/keyimpl.hxx @@ -68,7 +68,7 @@ public: sal_uInt32 len); RegError setStringListValue(const OUString& valueName, - sal_Char** pValueList, + char** pValueList, sal_uInt32 len); RegError setUnicodeListValue(const OUString& valueName, @@ -82,7 +82,7 @@ public: sal_uInt32* pLen) const; RegError getStringListValue(const OUString& valueName, - sal_Char*** pValueList, + char*** pValueList, sal_uInt32* pLen) const; RegError getUnicodeListValue(const OUString& valueName, |