diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 14:15:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-01 07:14:39 +0100 |
commit | ee1d6af9b73256e13975ec4e95aff6d69a00fed9 (patch) | |
tree | 3cbc356963562fe04829d49c37c38e8aeab84314 /package/source/xstor/oseekinstream.hxx | |
parent | 5d618d73ed8669a75b7b01774f6ea51e99e5b740 (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/source/xstor/oseekinstream.hxx')
-rw-r--r-- | package/source/xstor/oseekinstream.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/source/xstor/oseekinstream.hxx b/package/source/xstor/oseekinstream.hxx index b8de87c29579..673e3a04742c 100644 --- a/package/source/xstor/oseekinstream.hxx +++ b/package/source/xstor/oseekinstream.hxx @@ -24,10 +24,9 @@ #include "ocompinstream.hxx" -class OInputSeekStream : public OInputCompStream +class OInputSeekStream final : public OInputCompStream , public css::io::XSeekable { -protected: css::uno::Reference < css::io::XSeekable > m_xSeekable; public: |