summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-12-05 12:41:03 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-12-15 19:22:05 +0000
commit8bbd11758537eff98b5cfc08c55091dec54b4bf6 (patch)
tree16fb98dc831fb6591f13645ab452386a368bbaaa /dbaccess
parent7e03133add5a9e697c8add63ab67e38ffa1d7054 (diff)
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@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 5738a6fb4aa62f20416f164c2f4b9c170f1ebfb4) Reviewed-on: https://gerrit.libreoffice.org/20412 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index 0f537e8eb131..99470b0af965 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;