diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-06 14:02:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-07 07:36:19 +0100 |
commit | d0a4b17d58285ad616cf951d7e3b5fe89802c01d (patch) | |
tree | 579e636a3d32ca6a7601be8138db41cdf85dfcd8 /cui/source/inc/macroass.hxx | |
parent | e2655495d544d51db68bb6ce94b3264290533bad (diff) |
loplugin:finalclasses in cui
Change-Id: I59c148dbc2bfc1dff554efe7e7c974dc557b2aeb
Reviewed-on: https://gerrit.libreoffice.org/44362
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/macroass.hxx')
-rw-r--r-- | cui/source/inc/macroass.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index 8fe19005b034..dd34296043d5 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -33,7 +33,7 @@ class SvTabListBox; class SvTreeListBox; class SfxMacroTabPage_Impl; -class SfxMacroTabPage : public SfxTabPage +class SfxMacroTabPage final : public SfxTabPage { SvxMacroTableDtor aTbl; DECL_LINK( SelectEvent_Impl, SvTreeListBox*, void ); @@ -45,7 +45,6 @@ class SfxMacroTabPage : public SfxTabPage bool AssignDeleteHdl(Control const *); DECL_LINK( TimeOut_Impl, Timer*, void ); -protected: std::unique_ptr<SfxMacroTabPage_Impl> mpImpl; void InitAndSetHandler(); |