diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 09:32:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 12:37:50 +0100 |
commit | 54bc266e319e3cae10b72ca9173afb600176a831 (patch) | |
tree | 9afaf04e0a502d1eadaf400e7a676386d625d05e /include/vcl/longcurr.hxx | |
parent | d09336fbdceaafd9320466b660a2b32a07dcc16a (diff) |
loplugin:finalclasses in vcl
Change-Id: Id6dd59d0a335d84c513059ed7870135cf9959af8
Reviewed-on: https://gerrit.libreoffice.org/81827
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r-- | include/vcl/longcurr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx index 11f4329c8b9b..f9ef3a008128 100644 --- a/include/vcl/longcurr.hxx +++ b/include/vcl/longcurr.hxx @@ -69,7 +69,7 @@ private: }; -class VCL_DLLPUBLIC LongCurrencyField : public SpinField, public LongCurrencyFormatter +class VCL_DLLPUBLIC LongCurrencyField final : public SpinField, public LongCurrencyFormatter { friend void ImplNewLongCurrencyFieldValue(LongCurrencyField*, const BigInt&); @@ -98,7 +98,7 @@ public: }; -class VCL_DLLPUBLIC LongCurrencyBox : public ComboBox, public LongCurrencyFormatter +class VCL_DLLPUBLIC LongCurrencyBox final : public ComboBox, public LongCurrencyFormatter { public: LongCurrencyBox( vcl::Window* pParent, WinBits nWinStyle ); |