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 /svtools/source/control/valueset.cxx | |
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 'svtools/source/control/valueset.cxx')
-rw-r--r-- | svtools/source/control/valueset.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index b3dcd2adfa38..e05e316e0e64 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -273,8 +273,6 @@ void ValueSet::ImplFormatItem(vcl::RenderContext& rRenderContext, ValueSetItem* if (pItem->meType == VALUESETITEM_USERDRAW) { - UserDrawEvent aUDEvt(this, &rRenderContext, aRect, pItem->mnId); - UserDraw(aUDEvt); } else { @@ -1495,10 +1493,6 @@ void ValueSet::Select() maSelectHdl.Call( this ); } -void ValueSet::UserDraw( const UserDrawEvent& ) -{ -} - void ValueSet::InsertItem( sal_uInt16 nItemId, const Image& rImage ) { std::unique_ptr<ValueSetItem> pItem(new ValueSetItem( *this )); |