summaryrefslogtreecommitdiff
path: root/package/inc/ByteChucker.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-31 14:15:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-01 07:14:39 +0100
commitee1d6af9b73256e13975ec4e95aff6d69a00fed9 (patch)
tree3cbc356963562fe04829d49c37c38e8aeab84314 /package/inc/ByteChucker.hxx
parent5d618d73ed8669a75b7b01774f6ea51e99e5b740 (diff)
loplugin:finalclasses in package
Change-Id: I020ea1f3bea5c3deab05b9a2154102548c7622cf Reviewed-on: https://gerrit.libreoffice.org/44132 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/inc/ByteChucker.hxx')
-rw-r--r--package/inc/ByteChucker.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx
index 7e1b07c6680f..b3870c0c6163 100644
--- a/package/inc/ByteChucker.hxx
+++ b/package/inc/ByteChucker.hxx
@@ -30,9 +30,8 @@
namespace com { namespace sun { namespace star {
namespace io { class XSeekable; class XOutputStream; }
} } }
-class ByteChucker
+class ByteChucker final
{
-protected:
css::uno::Reference < css::io::XOutputStream > xStream;
css::uno::Reference < css::io::XSeekable > xSeek;
css::uno::Sequence < sal_Int8 > a1Sequence, a2Sequence, a4Sequence;