diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-06 17:17:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-07 10:06:49 +0200 |
commit | 97ca03b9ac61c5babb72cb91f362e9641394f677 (patch) | |
tree | 66d6e33fea72f19a93bf5bb50fd0f6e24c9607ec /dbaccess/source/ui/app/AppView.cxx | |
parent | 071c044352d24bb0c8cad0d239c8b1fc644c1823 (diff) |
HandleKeyInput is only called for KEY_MOD2 case
and that's for alt+mnenonic which has been removed
which has a knock on effect of removing some methods
that just call this no-op
Change-Id: Id71a57880c6335ee5a052de0da6cc2449489849f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100265
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/app/AppView.cxx')
-rw-r--r-- | dbaccess/source/ui/app/AppView.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index fb61be9092d1..5ab8ba34ebf0 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -238,10 +238,6 @@ bool OApplicationView::PreNotify( NotifyEvent& rNEvt ) // #i34790# if ( getPanel() && getPanel()->interceptKeyInput( *pKeyEvent ) ) return true; - // and ditto the detail view - // #i72799# - if ( getDetailView() && getDetailView()->interceptKeyInput( *pKeyEvent ) ) - return true; } break; default: |