diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-28 13:43:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-29 09:38:51 +0200 |
commit | 80343351c9444bba7a5ac98f22fddbbecf5abb9f (patch) | |
tree | 4341e3ba5903482c45971bac14c74c2caee10045 /include/package/Deflater.hxx | |
parent | 37f9fdc11c4e95d6a34cb515a454503256a82c63 (diff) |
loplugin:constantparam (2)
Change-Id: I528f22876497f87159e3b9453362ebbfb55b7092
Diffstat (limited to 'include/package/Deflater.hxx')
-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 2ecb7636ff19..1fbff8cec8f8 100644 --- a/include/package/Deflater.hxx +++ b/include/package/Deflater.hxx @@ -48,7 +48,7 @@ public: bool needsInput( ); void finish( ); bool finished( ) { return bFinished;} - sal_Int32 doDeflateSegment( css::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewLength ); + sal_Int32 doDeflateSegment( css::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewLength ); sal_Int64 getTotalIn( ); sal_Int64 getTotalOut( ); void reset( ); |