[Libreoffice-commits] core.git: dbaccess/source
Julien Nabet
serval2412 at yahoo.fr
Sat Dec 5 05:03:03 PST 2015
dbaccess/source/ui/app/AppDetailView.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5738a6fb4aa62f20416f164c2f4b9c170f1ebfb4
Author: Julien Nabet <serval2412 at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list