From 9e4a4d7511611b9c2182493d846dfef9f69ba083 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 6 Aug 2020 16:48:32 +0100 Subject: drop EnableEntryMnemonics call because there aren't mnemonics here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit anymore, not actually used since... commit 93257759580e6df10cc9eddbf1800a17d61cfc48 Date: Tue Jul 30 15:38:52 2013 +0200 convert vcl/mnemonic.hxx from XubString to OUString Change-Id: I2df7a6b29aa30ad5ad936b524061aeaef837ca9d Change-Id: I49cb2cab431fe0e38ad2311b27229b4b0f4666e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100261 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- dbaccess/source/ui/app/AppDetailView.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source') diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index c0a224538313..e1abcff56746 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -76,7 +76,6 @@ OCreationList::OCreationList( OTasksWindow& _rParent ) SetSelectionMode( SelectionMode::NONE ); SetNoAutoCurEntry( true ); SetNodeDefaultImages( ); - EnableEntryMnemonics(); } void OCreationList::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& _rRect ) -- cgit