summaryrefslogtreecommitdiffstats
path: root/include/package
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-28 13:43:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-29 09:38:51 +0200
commit80343351c9444bba7a5ac98f22fddbbecf5abb9f (patch)
tree4341e3ba5903482c45971bac14c74c2caee10045 /include/package
parentreplace rtl_allocateMemory with std::malloc (diff)
downloadcore-80343351c9444bba7a5ac98f22fddbbecf5abb9f.tar.gz
core-80343351c9444bba7a5ac98f22fddbbecf5abb9f.zip
loplugin:constantparam (2)
Change-Id: I528f22876497f87159e3b9453362ebbfb55b7092
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 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( );