dbaccess/source/ui/app/AppDetailView.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9e4a4d7511611b9c2182493d846dfef9f69ba083
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Aug 6 16:48:32 2020 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to