summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-11 13:00:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-11 18:30:08 +0200
commit708260185151d7e71e7bf5d298eba0e638fd2a1b (patch)
tree90fec29189f3fdf6d228b49f6cd51bc7d4e2a346 /include
parent7ccfba06efaa28423accaeab9cd248fa0093f737 (diff)
loplugin:unnecessaryvirtual
Change-Id: I40c03b338e00d8a62b8b243d8467b43342c4b093 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96115 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/lstbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index ff44aa59af14..403d429f2605 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -128,7 +128,7 @@ public:
virtual void StateChanged( StateChangedType nType ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
- virtual void Select();
+ void Select();
void DoubleClick();
virtual void GetFocus() override;
virtual void LoseFocus() override;