summaryrefslogtreecommitdiffstats
path: root/include/package
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 14:24:21 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:09 +0200
commita78182a993288680b04d1329536af5953e8ca31c (patch)
tree7684e9845b142adbc58cc5bf63003aad7c597593 /include/package
parentcom::sun::star->css in xmlhelp (diff)
downloadcore-a78182a993288680b04d1329536af5953e8ca31c.tar.gz
core-a78182a993288680b04d1329536af5953e8ca31c.zip
loplugin:unusedfields in include/package,include/registry
Change-Id: Iadba30885ba3bab7aaee58e298a9dc6b22c8b977
Diffstat (limited to 'include/package')
-rw-r--r--include/package/Deflater.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx
index 00e3ee81246e..640c6d4828a5 100644
--- a/include/package/Deflater.hxx
+++ b/include/package/Deflater.hxx
@@ -35,7 +35,6 @@ protected:
css::uno::Sequence< sal_Int8 > sInBuffer;
bool bFinish;
bool bFinished;
- sal_Int32 nStrategy;
sal_Int64 nOffset, nLength;
z_stream* pStream;