summaryrefslogtreecommitdiff
path: root/vcl/source/window/menufloatingwindow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 09:50:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 10:14:46 +0100
commit40c487469b0dcd367ca76a2407f5ef08287dbabb (patch)
treea3c4f2e6d1a81b5e5cd5e057497b38e6bf6b45cb /vcl/source/window/menufloatingwindow.cxx
parentba51e421670c6710f1ed13e38aab8646c1ec8ce9 (diff)
remove unused HelpEventMode enum value
Change-Id: I0fffa7b02ac61ef009e566d04b903cc02e9b4b3d Reviewed-on: https://gerrit.libreoffice.org/64062 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window/menufloatingwindow.cxx')
-rw-r--r--vcl/source/window/menufloatingwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menufloatingwindow.cxx b/vcl/source/window/menufloatingwindow.cxx
index ac79b1f0c510..9574457e9151 100644
--- a/vcl/source/window/menufloatingwindow.cxx
+++ b/vcl/source/window/menufloatingwindow.cxx
@@ -1257,7 +1257,7 @@ void MenuFloatingWindow::RequestHelp( const HelpEvent& rHEvt )
// #102618# Get item rect before destroying the window in EndExecute() call
tools::Rectangle aHighlightRect( ImplGetItemRect( nHighlightedItem ) );
- if ( rHEvt.GetMode() & (HelpEventMode::CONTEXT | HelpEventMode::EXTENDED) )
+ if ( rHEvt.GetMode() & HelpEventMode::CONTEXT )
{
nHighlightedItem = ITEMPOS_INVALID;
EndExecute();