summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2017-01-11 17:08:50 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2017-01-11 19:31:28 -0500
commite5dc4ab7a023b003d312ea6f12e6473599993335 (patch)
treede35bce7de377f7c7c1e26eb43441c3c37835ad3 /package/inc
parenta6216119be2c32e9031c6bb9b7dfa07f0468d813 (diff)
Not worth having this as a separate data member.
It is the same as the input stream instance, and it is only used in one call site. Change-Id: If52209420462aec7ec3dbc180e05f09603acaea1
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 bac0168c3afc..962733c92aa4 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -61,7 +61,6 @@ class ZipFile
ByteGrabber aGrabber;
ZipUtils::Inflater aInflater;
css::uno::Reference < css::io::XInputStream > xStream;
- css::uno::Reference < css::io::XSeekable > xSeek;
const css::uno::Reference < css::uno::XComponentContext > m_xContext;
bool bRecoveryMode;