[Libreoffice-commits] core.git: dbaccess/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 7 08:05:45 UTC 2020
dbaccess/source/ui/app/AppDetailView.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 9e4a4d7511611b9c2182493d846dfef9f69ba083
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Aug 6 16:48:32 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Aug 7 10:04:58 2020 +0200
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 at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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 )
More information about the Libreoffice-commits
mailing list