dbaccess/source/ui/app/AppDetailView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8bbd11758537eff98b5cfc08c55091dec54b4bf6 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sat Dec 5 12:41:03 2015 +0100 Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECT warn:legacy.osl:21997:1:accessibility/source/extended/accessiblelistbox.cxx:103: Debug: Treelist shouldn't use VCLEVENT_LISTBOX_SELECT To reproduce: - Launch Base and create a brand new HsqlDb file or open an existing one - Select Tables pane - Click Table Design => the message appears in console Change-Id: If7fa99890bbec8795a62b83dbe193247adffb733 Reviewed-on: https://gerrit.libreoffice.org/20411 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> (cherry picked from commit 5738a6fb4aa62f20416f164c2f4b9c170f1ebfb4) Reviewed-on: https://gerrit.libreoffice.org/20412 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index 0f537e8..99470b0 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -287,7 +287,7 @@ bool OCreationList::setCurrentEntryInvalidate( SvTreeListEntry* _pEntry ) if ( GetCurEntry() ) { InvalidateEntry( GetCurEntry() ); - CallEventListeners( VCLEVENT_LISTBOX_SELECT, GetCurEntry() ); + CallEventListeners( VCLEVENT_LISTBOX_TREESELECT, GetCurEntry() ); } updateHelpText(); return true; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits