summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/configflush.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-02 09:42:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-02 12:38:30 +0100
commit12c7643c5129e3db9200f2564793188ddb5a3917 (patch)
treef0534b2c5ecd776ec2f25e4f15857938837cd6d8 /filter/source/config/cache/configflush.hxx
parente335dab103f1f917c527664f8c7ff9babe5e83cb (diff)
loplugin:finalclasses in filter,extensions
Change-Id: I2822b8c5a91feaf47466356c01728d32a85bbae9 Reviewed-on: https://gerrit.libreoffice.org/44190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/config/cache/configflush.hxx')
-rw-r--r--filter/source/config/cache/configflush.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx
index f2cd8bd9ee3e..5d0d8de84195 100644
--- a/filter/source/config/cache/configflush.hxx
+++ b/filter/source/config/cache/configflush.hxx
@@ -37,17 +37,12 @@ namespace filter{
@descr Such refresh listener will be called in case the
type/filter configuration will be changed at runtime.
*/
-class ConfigFlush : public BaseLock
+class ConfigFlush final : public BaseLock
, public ::cppu::WeakImplHelper<
css::util::XRefreshable,
css::lang::XServiceInfo
>
{
-
- // member
-
- protected:
-
/** @short holds all listener, which are registered at this instance. */
::cppu::OMultiTypeInterfaceContainerHelper m_lListener;