diff options
Diffstat (limited to 'include/package/Deflater.hxx')
-rw-r--r-- | include/package/Deflater.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx index d29cea948889..dc2e6df699af 100644 --- a/include/package/Deflater.hxx +++ b/include/package/Deflater.hxx @@ -27,11 +27,10 @@ struct z_stream_s; namespace ZipUtils { -class DLLPUBLIC_PACKAGE Deflater +class DLLPUBLIC_PACKAGE Deflater final { typedef struct z_stream_s z_stream; -protected: css::uno::Sequence< sal_Int8 > sInBuffer; bool bFinish; bool bFinished; |