From 50985d9b60cc03954bbae3dc931abb6aa18c4c78 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Jul 2017 11:16:01 +0200 Subject: loplugin:constparams in package Change-Id: I78386422f90f860647c844666548cd63e630b9a7 Reviewed-on: https://gerrit.libreoffice.org/40125 Tested-by: Jenkins Reviewed-by: Noel Grandin --- package/inc/ZipFile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/inc/ZipFile.hxx') diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 54e6dc74f6b9..1ca47f43b19c 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -124,7 +124,7 @@ public: const OUString& aMediaType, sal_Int8 * & pHeader ); - static bool StaticFillData ( ::rtl::Reference < BaseEncryptionData > & rData, + static bool StaticFillData ( ::rtl::Reference < BaseEncryptionData > const & rData, sal_Int32 &rEncAlgorithm, sal_Int32 &rChecksumAlgorithm, sal_Int32 &rDerivedKeySize, -- cgit