summaryrefslogtreecommitdiff
path: root/include/ucbhelper/activedatastreamer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 15:00:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 07:02:41 +0100
commit4b795d15cd5b6feca73712b9ead9b4eee744dc2f (patch)
tree66a02c0abbd75d5f022b7a247092d25a0e28aff7 /include/ucbhelper/activedatastreamer.hxx
parentab35d2ded153b0129fed16f9a7e882c8600933e6 (diff)
loplugin:finalclasses in ucbhelper
Change-Id: I52140333b274952d71afa13ba2d8edfcdf2b1425 Reviewed-on: https://gerrit.libreoffice.org/81767 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper/activedatastreamer.hxx')
-rw-r--r--include/ucbhelper/activedatastreamer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index aa00f361d854..8e9faf0328d4 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -33,7 +33,7 @@ namespace ucbhelper
* "open" command.
*/
-class ActiveDataStreamer :
+class ActiveDataStreamer final :
public cppu::WeakImplHelper< css::io::XActiveDataStreamer >
{
css::uno::Reference< css::io::XStream > m_xStream;