From e5dc4ab7a023b003d312ea6f12e6473599993335 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 11 Jan 2017 17:08:50 -0500 Subject: 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 --- package/inc/ZipFile.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'package/inc') 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; -- cgit