summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svtabbx.cxx
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 /svtools/source/contnr/svtabbx.cxx
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 'svtools/source/contnr/svtabbx.cxx')
-rw-r--r--svtools/source/contnr/svtabbx.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/contnr/svtabbx.cxx b/svtools/source/contnr/svtabbx.cxx
index 4b07b1270426..c99df45dd3bb 100644
--- a/svtools/source/contnr/svtabbx.cxx
+++ b/svtools/source/contnr/svtabbx.cxx
@@ -736,11 +736,6 @@ void SvHeaderTabListBox::SelectAll()
SvTreeListBox::SelectAll(true);
}
-void SvHeaderTabListBox::SelectAll( bool bSelect, bool bPaint )
-{
- // overwritten just to disambiguate the SelectAll() from the base' class SelectAll( bool, bool )
- SvTabListBox::SelectAll( bSelect, bPaint );
-}
void SvHeaderTabListBox::SelectRow( long _nRow, bool _bSelect, bool )
{
Select( GetEntry( _nRow ), _bSelect );