diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-10 17:26:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-12 20:21:46 +0200 |
commit | f88c85b09b0e4557c2ce9216941244cce0750169 (patch) | |
tree | 078492e296c76bdc3025eca00e81b4b01360d7a3 | |
parent | 46c34d5abcc3fb709de4c3a6a62649f1fe41ec9c (diff) |
don't need to enforce sort in the baseclass
Change-Id: Ib8f208952bdda686c9ec9881f4da66e8c1c3a83e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100495
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | dbaccess/source/ui/control/dbtreelistbox.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 8be8061628cc..1b7afcc7198d 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -117,8 +117,6 @@ TreeListBox::TreeListBox(std::unique_ptr<weld::TreeView> xTreeView) , m_pActionListener(nullptr) , m_pContextMenuProvider(nullptr) { - m_xTreeView->make_sorted(); - m_xTreeView->connect_key_press(LINK(this, TreeListBox, KeyInputHdl)); m_xTreeView->connect_changed(LINK(this, TreeListBox, SelectHdl)); m_xTreeView->connect_query_tooltip(LINK(this, TreeListBox, QueryTooltipHdl)); |