summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailPageHelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-05 21:33:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-06 10:24:58 +0200
commit1a26e950ab844f566701cecf32ca812e2e28a8cd (patch)
tree40e20184b440a32725fb54cd7d94e9d47e137266 /dbaccess/source/ui/app/AppDetailPageHelper.cxx
parent65621fc384b190d854df3bcf1629a829cdd29275 (diff)
loplugin:unusedvariableplus in dbaccess
Change-Id: Id2c2416443b2c9d6d516513ee543542e9681f69a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91728 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
index 2c6584f68f01..9a126059522d 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
@@ -560,7 +560,6 @@ void OAppDetailPageHelper::createTablesPage(const Reference< XConnection>& _xCon
pTreeView->SetHelpId(HID_APP_TABLE_TREE);
m_pLists[E_TABLE] = pTreeView;
- ImageProvider aImageProvider( _xConnection );
createTree( pTreeView,
ImageProvider::getDefaultImage( DatabaseObject::TABLE )
);