diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 08:43:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 10:04:39 +0100 |
commit | ddfe8011df9a35a140e3c53c9efd71f5dd63ecb8 (patch) | |
tree | 5ea9a0059dad11457ebf240c399c3ca72865ef70 /include/svtools | |
parent | 8a8058a63b1cc88b252021b5229cabc5b1e64da6 (diff) |
loplugin:unnecessaryvirtual
Change-Id: I262ebd2479df0bfbca102d47e82d62bf98b339a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87234
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 5135afa0affa..bc62b131c2ef 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -298,7 +298,6 @@ public: virtual FactoryFunction GetUITestFactory() const override; virtual void Select(); - virtual void UserDraw( const UserDrawEvent& rUDEvt ); /// Insert @rImage item. void InsertItem(sal_uInt16 nItemId, const Image& rImage); |