diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-01 14:47:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:07:30 +0200 |
commit | c63bf22b215b2e51ea69527fd80693079572b640 (patch) | |
tree | fc4639b80ab93dfb78067547d95aa7dcedded374 /dbaccess | |
parent | ae0771c1581de76450b53c04268c0d8927fb3e0d (diff) |
eFunc is unused
...ever since the code's introduction with
dab7a6e9f54acac164994a8550a4570bcffb5087 "INTEGRATION: CWS insight01"
Change-Id: Id9cd9c365a802dd9b67c1dfb297007c2b8ebc0bc
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index a4d508006ca5..f797da66b562 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -1191,7 +1191,6 @@ void OAppDetailPageHelper::KeyInput( const KeyEvent& rKEvt ) SvTreeListBox* pCurrentView = getCurrentView(); OSL_PRECOND( pCurrentView, "OAppDetailPageHelper::KeyInput: how this?" ); - KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); (void)eFunc; sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); if ( ( KEY_RETURN == nCode ) && pCurrentView ) |