summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tphfedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-26 14:55:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-27 08:53:23 +0200
commitac8901d9d2ef8c461012b44e67651aaff3a6b5c1 (patch)
tree57dca8dc874ac0f53f92374979f5f4b9be3fdda0 /sc/source/ui/inc/tphfedit.hxx
parentf5457c856fbfbf3fa9dd23bee84e32dd1227eae0 (diff)
loplugin:finalclasses in sc
Change-Id: I83438eaf2c1045a9212a63ed9fd8b3371e9b06aa Reviewed-on: https://gerrit.libreoffice.org/43896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/tphfedit.hxx')
-rw-r--r--sc/source/ui/inc/tphfedit.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index 43ec85414574..3d1f9d20c09c 100644
--- a/sc/source/ui/inc/tphfedit.hxx
+++ b/sc/source/ui/inc/tphfedit.hxx
@@ -97,10 +97,8 @@ private:
std::function<void (ScEditWindow&)> m_GetFocusLink;
};
-class SC_DLLPUBLIC ScExtIButton : public ImageButton
+class SC_DLLPUBLIC ScExtIButton final : public ImageButton
{
-private:
-
Idle aIdle;
VclPtr<PopupMenu> pPopupMenu;
Link<ScExtIButton&,void> aMLink;
@@ -109,8 +107,6 @@ private:
DECL_DLLPRIVATE_LINK( TimerHdl, Timer*, void );
-protected:
-
virtual void MouseButtonDown( const MouseEvent& rMEvt ) override;
virtual void MouseButtonUp( const MouseEvent& rMEvt) override;
virtual void Click() override;