diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-06 16:48:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-07 10:04:58 +0200 |
commit | 9e4a4d7511611b9c2182493d846dfef9f69ba083 (patch) | |
tree | 07de9f406a4e8d8f4ab3b1e69ea05996252da270 /dbaccess/source | |
parent | 55bd275e83f45d9962c7ee8cbe2241982a0ae40a (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.cxx | 1 |
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 ) |