diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-17 11:40:41 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-18 06:00:58 +0000 |
commit | 6b84445e33cb13602a0da9ab92d382748bcbbd51 (patch) | |
tree | 8825b514307e239eb01fc93e9ef89d02ae51d64c /include | |
parent | bdcef25c5cfacbaac7d439a7ad2106308dc3a7e5 (diff) |
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')
-rw-r--r-- | include/package/Deflater.hxx | 2 |
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: |