summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-06 16:48:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-07 10:04:58 +0200
commit9e4a4d7511611b9c2182493d846dfef9f69ba083 (patch)
tree07de9f406a4e8d8f4ab3b1e69ea05996252da270 /dbaccess/source
parent55bd275e83f45d9962c7ee8cbe2241982a0ae40a (diff)
drop EnableEntryMnemonics call because there aren't mnemonics here
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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx1
1 files changed, 0 insertions, 1 deletions
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 )