diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-27 18:53:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-27 20:52:52 +0100 |
commit | 49e37a1c3d192c9c5d03972c25f802aeb01c668e (patch) | |
tree | c82a7155825625b4a473f494937736b71bc63701 /vcl/inc/unx/salinst.h | |
parent | dcb31718a238f115f703f1088ba5220e620dec1c (diff) |
loplugin:finalclasses in vcl
Change-Id: If22569a1b7d53fc1b5b87f7ec7d262ebb260e798
Reviewed-on: https://gerrit.libreoffice.org/83933
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/salinst.h')
-rw-r--r-- | vcl/inc/unx/salinst.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/unx/salinst.h b/vcl/inc/unx/salinst.h index 1b4b6c1af6f8..beff802c40c7 100644 --- a/vcl/inc/unx/salinst.h +++ b/vcl/inc/unx/salinst.h @@ -34,12 +34,11 @@ class SalXLib; class X11SalGraphics; class SalX11Display; -class X11SalInstance : public SalGenericInstance +class X11SalInstance final : public SalGenericInstance { private: std::unordered_map< Atom, css::uno::Reference< css::datatransfer::clipboard::XClipboard > > m_aInstances; -protected: SalXLib *mpXLib; virtual SalX11Display* CreateDisplay() const; |