[Libreoffice-commits] core.git: dbaccess/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 12 18:22:26 UTC 2020


 dbaccess/source/ui/control/dbtreelistbox.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f88c85b09b0e4557c2ce9216941244cce0750169
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Aug 10 17:26:06 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Aug 12 20:21:46 2020 +0200

    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 at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

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));


More information about the Libreoffice-commits mailing list