diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-15 19:05:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-15 22:00:52 +0200 |
commit | 128a5f3a0378bda2e580b1dd4e55e5632e7f05ae (patch) | |
tree | 26719c7da9279f8f00aa748919629b7cd759802f /include/vcl/combobox.hxx | |
parent | 25c692c2a94ab83c2c859ac5ab334b62ac8b825e (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ibb37c7e840a32453b1d52854d5f958c0285cd26a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94326
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/combobox.hxx')
-rw-r--r-- | include/vcl/combobox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx index ec38c293a601..88693051ace6 100644 --- a/include/vcl/combobox.hxx +++ b/include/vcl/combobox.hxx @@ -60,8 +60,7 @@ public: virtual void StateChanged( StateChangedType nType ) override; virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; - virtual void UserDraw( const UserDrawEvent& rUDEvt ); - virtual void Select(); + void Select(); void DoubleClick(); virtual void Modify() override; |