summaryrefslogtreecommitdiff
path: root/include/svtools/svtabbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-10 15:45:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-11 06:08:29 +0000
commit90a0e59737d680b35d7dff1a59f66e53c13f444d (patch)
tree6e891f830b88fd71da9ca312b7c8d89219d3e0e7 /include/svtools/svtabbx.hxx
parent16df731a30917a426df81d751a0bfd0ae5fcdd45 (diff)
loplugin:unnnecessaryoverride in svtools
Change-Id: I49773d9054205c223744495768e1cb05dd7b087d Reviewed-on: https://gerrit.libreoffice.org/29671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/svtabbx.hxx')
-rw-r--r--include/svtools/svtabbx.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index b779494300a3..03580f10ad2c 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -188,9 +188,8 @@ public:
virtual bool GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ) override;
virtual void SetNoSelection() override;
- using SvListView::SelectAll;
+ using SvTabListBox::SelectAll;
virtual void SelectAll() override;
- virtual void SelectAll( bool bSelect, bool bPaint = true ) override;
virtual void SelectRow( long _nRow, bool _bSelect = true, bool bExpand = true ) override;
virtual void SelectColumn( sal_uInt16 _nColumn, bool _bSelect = true ) override;
virtual sal_Int32 GetSelectedRowCount() const override;