diff options
author | Noel Grandin <noel@peralex.com> | 2016-07-12 10:56:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-13 06:38:12 +0000 |
commit | c9b4e298137ed7c3112de533d44ddf56b1ebca6d (patch) | |
tree | e0afe5a2b31aa4cd04a40a364d7338a48f1d0535 /include/tools/zcodec.hxx | |
parent | 5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b (diff) |
loplugin:constparams in tools
Change-Id: Iea05efbb90a0a95fefd18ae9673095a31422f06c
Reviewed-on: https://gerrit.libreoffice.org/27137
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r-- | include/tools/zcodec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx index 7cce2a4fe122..d3c17792092d 100644 --- a/include/tools/zcodec.hxx +++ b/include/tools/zcodec.hxx @@ -55,7 +55,7 @@ class TOOLS_DLLPUBLIC ZCodec void InitCompress(); void InitDecompress(SvStream & inStream); void ImplWriteBack(); - void UpdateCRC( sal_uInt8* pSource, long nDatSize ); + void UpdateCRC( sal_uInt8 const * pSource, long nDatSize ); public: ZCodec( sal_uIntPtr nInBuf = 0x8000UL, sal_uIntPtr nOutBuf = 0x8000UL ); |