diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/package/Deflater.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx index ad73f280ceee..bd6d815f270d 100644 --- a/include/package/Deflater.hxx +++ b/include/package/Deflater.hxx @@ -35,8 +35,7 @@ protected: com::sun::star::uno::Sequence< sal_Int8 > sInBuffer; bool bFinish; bool bFinished; - bool bSetParams; - sal_Int32 nLevel, nStrategy; + sal_Int32 nStrategy; sal_Int64 nOffset, nLength; z_stream* pStream; @@ -47,7 +46,6 @@ public: ~Deflater(); Deflater(sal_Int32 nSetLevel, bool bNowrap); void SAL_CALL setInputSegment( const ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewLength ); - void SAL_CALL setLevel( sal_Int32 nNewLevel ); bool SAL_CALL needsInput( ); void SAL_CALL finish( ); bool SAL_CALL finished( ) { return bFinished;} |