summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 10:12:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:27:00 +0100
commit47c0d10b02f6f89ef11f5eb6ce86efb5edb69f30 (patch)
treebbab4b1fd61b28b27ad31e6b6a326eea471256ca /include/svtools
parentclang-tidy modernize-concat-nested-namespace in avmedia (diff)
downloadcore-47c0d10b02f6f89ef11f5eb6ce86efb5edb69f30.tar.gz
core-47c0d10b02f6f89ef11f5eb6ce86efb5edb69f30.zip
loplugin:finalclasses in framework
Change-Id: I5405a123e887173fe4b90d66dab6225bf43883ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/inettbc.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index b686735104aa..ac72b4d57bef 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -32,7 +32,7 @@
class MatchContext_Impl;
class SvtMatchContext_Impl;
class SvtURLBox_Impl;
-class SVT_DLLPUBLIC SvtURLBox : public ComboBox
+class SVT_DLLPUBLIC SvtURLBox final : public ComboBox
{
friend class SvtMatchContext_Impl;
friend class SvtURLBox_Impl;
@@ -48,7 +48,6 @@ friend class SvtURLBox_Impl;
DECL_DLLPRIVATE_LINK( AutoCompleteHdl_Impl, Edit&, void );
SVT_DLLPRIVATE void Init(bool bSetDefaultHelpID);
-protected:
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
virtual void Select() override;
virtual bool PreNotify( NotifyEvent& rNEvt ) override;