https://bugs.documentfoundation.org/show_bug.cgi?id=151441
--- Comment #3 from Julien Nabet <[email protected]> --- Adding some logs, when trying to open a table with current code, I got: m_xTreeView->get_text(*xEntry)=testjul aName=testjul m_xTreeView->get_text(*xEntry)=Tables aName=Table1 m_xTreeView->get_text(*xEntry)=Tables aName=Table1 reverting the code, I got: m_xTreeView->get_text(*xEntry)=testjul aName=testjul m_xTreeView->get_text(*xEntry)=Tables aName=Table1 m_xTreeView->get_text(*xEntry)=Tables aName=Table1 m_xTreeView->get_text(*xEntry)=Table1 aName=Table1 This location is called from: #1 0x00007f35d1035f86 in dbaui::SbaTableQueryBrowser::populateTree(com::sun::star::uno::Reference<com::sun::star::container::XNameAccess> const&, weld::TreeIter const&, dbaui::SbaTableQueryBrowser::EntryType) (this=0x556478bd8660, _xNameAccess=uno::Reference to (dbaccess::OTableContainer *) 0x556478937af8, rParent=..., eEntryType=dbaui::SbaTableQueryBrowser::etTableOrView) at dbaccess/source/ui/browser/unodatbr.cxx:2102 #2 0x00007f35d1036a84 in dbaui::SbaTableQueryBrowser::OnExpandEntry(weld::TreeIter const&) (this=0x556478bd8660, rParent=...) at dbaccess/source/ui/browser/unodatbr.cxx:2184 #3 0x00007f35d102019d in dbaui::SbaTableQueryBrowser::LinkStubOnExpandEntry(void*, weld::TreeIter const&) (instance=0x556478bd8660, data=...) at dbaccess/source/ui/browser/unodatbr.cxx:2142 -- You are receiving this mail because: You are the assignee for the bug.
