summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 08:48:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 14:18:13 +0200
commit0e0fb5eaae14d7077c1bdce5bf45e50ed07bcd11 (patch)
treeac2f53e6979347804f62434ba65550e3188581af /include
parentedcdfe5477559ca6c62897f0cad47d4d6149d77a (diff)
loplugin:unnecessaryvirtual
Change-Id: I9f2e524a4fb467ddc198fce1ff4740d3768ceeac Reviewed-on: https://gerrit.libreoffice.org/77618 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/simptabl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 44778f673069..476e77c6764b 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -76,7 +76,7 @@ protected:
virtual void SetTabs() override;
virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override;
- virtual void HBarClick();
+ void HBarClick();
void HBarDrag();
void HBarEndDrag();