diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 09:34:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 10:20:19 +0200 |
commit | 6f3b39499f9c6c88d637b621ef9ec6189d4fb9ff (patch) | |
tree | 848a5c335833cb61b2e6d2a9120ed5d6d354705b /include/registry/writer.h | |
parent | dd323b051d54c5e931b2ee9891c463a310a93889 (diff) |
loplugin:constparams in store,registry
Change-Id: I5633203b372a9abd0138a396958c235ea8aaf66d
Reviewed-on: https://gerrit.libreoffice.org/40039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/registry/writer.h')
-rw-r--r-- | include/registry/writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/writer.h b/include/registry/writer.h index e05b09634ede..56ab9c925bf7 100644 --- a/include/registry/writer.h +++ b/include/registry/writer.h @@ -185,7 +185,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodData( @since UDK 3.2.0 */ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodParameterData( - void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, + void const * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, RTParamMode flags, rtl_uString const * name, rtl_uString const * typeName) SAL_THROW_EXTERN_C(); |