summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 14:51:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 16:34:45 +0200
commit9db8406b839df8a892d025e054e818def4a60edc (patch)
tree8e0b8c62ef7c483a633ec6c8430523eca4cee6f5 /dbaccess
parent09f77e8ed51fc64fccc6a14e87eed48b2f15a28d (diff)
loplugin:virtualdead
Change-Id: I86bae18ed2682871032aeb2a178f49f3e4601129 Reviewed-on: https://gerrit.libreoffice.org/80129 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/ToolBoxHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/ToolBoxHelper.cxx b/dbaccess/source/ui/misc/ToolBoxHelper.cxx
index 23dc9ddb2ff0..3fc009dee348 100644
--- a/dbaccess/source/ui/misc/ToolBoxHelper.cxx
+++ b/dbaccess/source/ui/misc/ToolBoxHelper.cxx
@@ -52,7 +52,6 @@ namespace dbaui
if ( nCurSymbolsSize != m_nSymbolsSize )
{
m_nSymbolsSize = nCurSymbolsSize;
- setImageList(m_nSymbolsSize);
Size aTbOldSize = m_pToolBox->GetSizePixel();
adjustToolBoxSize(m_pToolBox);