diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-24 11:03:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-24 13:41:17 +0200 |
commit | b4c890cb65745d05f92e451bb675fc0b2c5e31dc (patch) | |
tree | e8e772bb3e7f124f6602c43289be117df662d7ea /starmath/inc/utility.hxx | |
parent | 49b338b76020682328acbb76cacf82b7699d8891 (diff) |
loplugin:finalclasses in sfx2..svl
Change-Id: I71b78135b3d0259657438c4401340bb35ab5c6e0
Reviewed-on: https://gerrit.libreoffice.org/43742
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r-- | starmath/inc/utility.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index 188ffdd5d67a..a5a731577655 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -133,9 +133,8 @@ public: // SmFontPickListBox -class SmFontPickListBox : public SmFontPickList, public ListBox +class SmFontPickListBox final : public SmFontPickList, public ListBox { -protected: DECL_LINK(SelectHdl, ListBox&, void); public: |