diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-18 11:16:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-18 13:26:39 +0200 |
commit | 50985d9b60cc03954bbae3dc931abb6aa18c4c78 (patch) | |
tree | 6c1c71db3109d21cba91e6c115a2facae1bbbe89 /package/source/zipapi/ZipFile.cxx | |
parent | b0210c34dcaa5fc44956078ffa1dfe734d379224 (diff) |
loplugin:constparams in package
Change-Id: I78386422f90f860647c844666548cd63e630b9a7
Reviewed-on: https://gerrit.libreoffice.org/40125
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/source/zipapi/ZipFile.cxx')
-rw-r--r-- | package/source/zipapi/ZipFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx index efad81b5fdf2..12c0c5ff86d1 100644 --- a/package/source/zipapi/ZipFile.cxx +++ b/package/source/zipapi/ZipFile.cxx @@ -295,7 +295,7 @@ void ZipFile::StaticFillHeader( const ::rtl::Reference< EncryptionData >& rData, pHeader += nMediaTypeLength; } -bool ZipFile::StaticFillData ( ::rtl::Reference< BaseEncryptionData > & rData, +bool ZipFile::StaticFillData ( ::rtl::Reference< BaseEncryptionData > const & rData, sal_Int32 &rEncAlg, sal_Int32 &rChecksumAlg, sal_Int32 &rDerivedKeySize, |