summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 08:29:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 10:45:41 +0200
commitff130af9661a57d290dbf89b54a4c0ce8d0f71ea (patch)
tree68eafd79dcc8d5dbbc2f30c3437fd88fe25bfdc5 /svtools
parent647a9fec404ebce898a44de63fcf1b1d6f5036e6 (diff)
loplugin:unnecessaryvirtual
Change-Id: I2ff0f1fff7302cbf884e35879c72df0dc09eede4 Reviewed-on: https://gerrit.libreoffice.org/55597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/valueset.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 292c89a097b2..a71349721ef7 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -2360,10 +2360,6 @@ void SvtValueSet::Select()
maSelectHdl.Call( this );
}
-void SvtValueSet::UserDraw( const UserDrawEvent& )
-{
-}
-
size_t SvtValueSet::ImplGetItem( const Point& rPos ) const
{
if (!mbHasVisibleItems)
@@ -3376,8 +3372,6 @@ void SvtValueSet::ImplFormatItem(vcl::RenderContext const & rRenderContext, SvtV
if (pItem->meType == VALUESETITEM_USERDRAW)
{
- UserDrawEvent aUDEvt(nullptr, maVirDev.get(), aRect, pItem->mnId);
- UserDraw(aUDEvt);
}
else
{