summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 10:08:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 10:35:19 +0100
commitded02dafbce173f2f1a23e10deee8002f73317b2 (patch)
treef4ef1b72f177ab53a313cfe8791e86d363c3c6e3 /connectivity/source/cpool
parent52abd40ce879ea140b9ffe80980e5a56a09ca538 (diff)
loplugin:finalclasses in connectivity
Change-Id: I0cd075efad83c0a8d6f05c91201a9aa86649590b Reviewed-on: https://gerrit.libreoffice.org/44386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZDriverWrapper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZDriverWrapper.hxx b/connectivity/source/cpool/ZDriverWrapper.hxx
index 23c5c8d753bf..854542c31c76 100644
--- a/connectivity/source/cpool/ZDriverWrapper.hxx
+++ b/connectivity/source/cpool/ZDriverWrapper.hxx
@@ -34,9 +34,8 @@ namespace connectivity
typedef ::cppu::WeakImplHelper< css::sdbc::XDriver > ODriverWrapper_BASE;
- class ODriverWrapper : public ODriverWrapper_BASE
+ class ODriverWrapper final : public ODriverWrapper_BASE
{
- protected:
css::uno::Reference< css::uno::XAggregation >
m_xDriverAggregate;
css::uno::Reference< css::sdbc::XDriver >
@@ -58,7 +57,7 @@ namespace connectivity
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- protected:
+ private:
/// dtor
virtual ~ODriverWrapper() override;
// XDriver