From 19ee7861938b59085a50699a51e2f149e49a24e4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Nov 2017 15:29:54 +0200 Subject: loplugin:finalclasses in accessibility Change-Id: I9d8bc018dfe8bd8668d28daccd85ea5770fe31b0 Reviewed-on: https://gerrit.libreoffice.org/44537 Tested-by: Jenkins Reviewed-by: Noel Grandin --- avmedia/source/gstreamer/gstplayer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avmedia/source') diff --git a/avmedia/source/gstreamer/gstplayer.hxx b/avmedia/source/gstreamer/gstplayer.hxx index 58f4a02eb100..1af1ae8eb9bf 100644 --- a/avmedia/source/gstreamer/gstplayer.hxx +++ b/avmedia/source/gstreamer/gstplayer.hxx @@ -39,7 +39,7 @@ namespace avmedia { namespace gstreamer { typedef ::cppu::WeakComponentImplHelper< css::media::XPlayer, css::lang::XServiceInfo > GstPlayer_BASE; -class Player : public ::cppu::BaseMutex, +class Player final : public ::cppu::BaseMutex, public GstPlayer_BASE { public: @@ -77,7 +77,7 @@ public: // ::cppu::OComponentHelper virtual void SAL_CALL disposing() final override; -protected: +private: OUString maURL; // Add elements and pipeline here -- cgit