summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 15:22:53 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 08:26:11 +0200
commit56b2a2d874c5c74af0eb02d6d542f4dc9d748870 (patch)
tree23930cc5a04fea5cedd446a53b1abf27ed1c74b5 /package/inc
parent8c10722513b24b47b91f6469684f59c5136f574d (diff)
loplugin:unusedfields in oox,package,reportdesign
Change-Id: I83d03dcc76b5f0d54ebb0513ae972acb0db8eef1
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipFile.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 68980c48aec4..f0ec8dbe0414 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -56,7 +56,6 @@ class ZipFile
protected:
::osl::Mutex m_aMutex;
- OUString sComment; /* zip file comment */
EntryHash aEntries;
ByteGrabber aGrabber;
ZipUtils::Inflater aInflater;