diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 09:50:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 10:14:46 +0100 |
commit | 40c487469b0dcd367ca76a2407f5ef08287dbabb (patch) | |
tree | a3c4f2e6d1a81b5e5cd5e057497b38e6bf6b45cb /svtools/source | |
parent | ba51e421670c6710f1ed13e38aab8646c1ec8ce9 (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 'svtools/source')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index ac7ff9e66955..884323216aaf 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -1391,18 +1391,6 @@ void TabBar::RequestHelp(const HelpEvent& rHEvt) return; } } - else if (rHEvt.GetMode() & HelpEventMode::EXTENDED) - { - OUString aHelpId(OStringToOUString(GetHelpId(nItemId), RTL_TEXTENCODING_UTF8)); - if ( !aHelpId.isEmpty() ) - { - // trigger Help if available - Help* pHelp = Application::GetHelp(); - if (pHelp) - pHelp->Start(aHelpId, this); - return; - } - } // show text for quick- or balloon-help // if this is isolated or not fully visible |