summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-10 21:05:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-12 20:22:41 +0200
commit7b314c6aceb51d01b9b4314764b0f5852b4fb655 (patch)
tree6b2753bb7cc6d99675c8307bce9395d76f189b13 /dbaccess/source/ui/browser
parent5f7cf9ccba25a94c275ec67936dc29f0adb4129a (diff)
drop now unused DBTreeListBox
Change-Id: I607d0e1519b48effd1b306b8113b2010adee14d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100497 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.cxx5
-rw-r--r--dbaccess/source/ui/browser/dsEntriesNoExp.cxx1
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx1
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
4 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.cxx b/dbaccess/source/ui/browser/dbtreeview.cxx
index f5d1d023c869..38e6846cc811 100644
--- a/dbaccess/source/ui/browser/dbtreeview.cxx
+++ b/dbaccess/source/ui/browser/dbtreeview.cxx
@@ -18,7 +18,6 @@
*/
#include "dbtreeview.hxx"
-#include <vcl/treelistbox.hxx>
#include <dbtreelistbox.hxx>
#include <helpids.h>
@@ -32,10 +31,6 @@ DBTreeView::DBTreeView( vcl::Window* pParent, WinBits nBits)
: Window(pParent, nBits)
, m_pTreeListBox(VclPtr<InterimDBTreeListBox>::Create(this))
{
-#if 0
- m_pTreeListBox->SetDragDropMode( DragDropMode::NONE );
- m_pTreeListBox->EnableInplaceEditing( true );
-#endif
m_pTreeListBox->SetHelpId(HID_TLB_TREELISTBOX);
m_pTreeListBox->Show();
}
diff --git a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
index c6b160c09b23..972515e0118b 100644
--- a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
+++ b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
@@ -28,7 +28,6 @@
#include "dbtreeview.hxx"
#include <dbtreelistbox.hxx>
#include "dbtreemodel.hxx"
-#include <vcl/treelistentry.hxx>
using namespace ::com::sun::star::frame;
using namespace ::dbtools;
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
index e8425436df37..f04ea5db5b91 100644
--- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx
+++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
@@ -34,7 +34,6 @@
#include <svx/dataaccessdescriptor.hxx>
#include <tools/diagnose_ex.h>
#include <osl/diagnose.h>
-#include <vcl/treelistentry.hxx>
#include <vcl/svapp.hxx>
#include <algorithm>
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 928764bb00fe..375df3480a73 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -81,8 +81,6 @@
#include <cppuhelper/exc_hlp.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <svl/filenotation.hxx>
-#include <vcl/treelistbox.hxx>
-#include <vcl/treelistentry.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <svx/databaseregistrationui.hxx>
#include <toolkit/helper/vclunohelper.hxx>