summaryrefslogtreecommitdiffstats
path: root/include/package
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-17 11:40:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-18 06:00:58 +0000
commit6b84445e33cb13602a0da9ab92d382748bcbbd51 (patch)
tree8825b514307e239eb01fc93e9ef89d02ae51d64c /include/package
parentRevert "odk: Doxygen configuration upgraded" (diff)
downloadcore-6b84445e33cb13602a0da9ab92d382748bcbbd51.tar.gz
core-6b84445e33cb13602a0da9ab92d382748bcbbd51.zip
loplugin:constantparam in package
Change-Id: Ifd9bb81ff9ccfaf5093c04024d7ea93946b00e66 Reviewed-on: https://gerrit.libreoffice.org/23329 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/package')
-rw-r--r--include/package/Deflater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx
index 640c6d4828a5..d29cea948889 100644
--- a/include/package/Deflater.hxx
+++ b/include/package/Deflater.hxx
@@ -38,7 +38,7 @@ protected:
sal_Int64 nOffset, nLength;
z_stream* pStream;
- void init (sal_Int32 nLevel, sal_Int32 nStrategy, bool bNowrap);
+ void init (sal_Int32 nLevel, bool bNowrap);
sal_Int32 doDeflateBytes (css::uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewLength);
public: