summaryrefslogtreecommitdiffstats
path: root/include/package/Deflater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/package/Deflater.hxx')
-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( );