summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-01 10:34:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-01 10:34:37 +0100
commit14d9b07fb5d5895b056fbf8dd47c3b326f200f55 (patch)
tree61695d9c602883451e36ef409860758393cd1102 /package/inc
parentfedb29b305a73dc471ce7035406b5dc489011972 (diff)
-Werror,-Wunused-private-field
Change-Id: I4ba10f68cf87315a9a3f6970338b8d9f6ac7a62c
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ByteChucker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx
index b3870c0c6163..03988e925ccb 100644
--- a/package/inc/ByteChucker.hxx
+++ b/package/inc/ByteChucker.hxx
@@ -34,8 +34,8 @@ class ByteChucker final
{
css::uno::Reference < css::io::XOutputStream > xStream;
css::uno::Reference < css::io::XSeekable > xSeek;
- css::uno::Sequence < sal_Int8 > a1Sequence, a2Sequence, a4Sequence;
- sal_Int8 * const p1Sequence, * const p2Sequence, * const p4Sequence;
+ css::uno::Sequence < sal_Int8 > a2Sequence, a4Sequence;
+ sal_Int8 * const p2Sequence, * const p4Sequence;
public:
ByteChucker (css::uno::Reference<css::io::XOutputStream> const & xOstream);