diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 08:25:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 18:43:53 +0100 |
commit | 0d4298a9880e48692871b5b3d4bbc551af6e37ae (patch) | |
tree | f67b1b91c7cd496af2dafbe4d3165316566151e8 /include/svtools | |
parent | 75dd5d2e734ad9e8265b1954c7496d1ba241079e (diff) |
loplugin:unnecessaryvirtual
Change-Id: I3e6424e10eade04951f8ab24bb61af4ce19d1204
Reviewed-on: https://gerrit.libreoffice.org/64113
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index dacdd25eb5eb..440d6e671d35 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -489,7 +489,7 @@ public: virtual void StyleUpdated() override; virtual OUString RequestHelp(tools::Rectangle& rHelpRect) override; - virtual void Select(); + void Select(); virtual void UserDraw( const UserDrawEvent& rUDEvt ); OUString const & GetText() const { return maText; } |