summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-23 12:11:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-23 17:39:45 +0200
commit5714a9c6cdf3e48521740dadcce96bf035236835 (patch)
tree65fd5ec17008da194b6ca9ea337857a530d3a991 /cui/source/customize
parentdb6b79556e727f946a4f15a2d54a9acf41443629 (diff)
drop strange use of Help::ShowBalloon
Change-Id: I90406d02d31f1e89e31a5c9d938d42eeb112ee25 Reviewed-on: https://gerrit.libreoffice.org/79407 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index bdb6c470e4ab..3437ca718166 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1173,8 +1173,6 @@ IMPL_LINK_NOARG(SfxAcceleratorConfigPage, RemoveHdl, weld::Button&, void)
IMPL_LINK(SfxAcceleratorConfigPage, SelectHdl, weld::TreeView&, rListBox, void)
{
- // disable help
- Help::ShowBalloon( this, Point(), ::tools::Rectangle(), OUString() );
if (&rListBox == m_xEntriesBox.get())
{
TAccInfo* pEntry = reinterpret_cast<TAccInfo*>(m_xEntriesBox->get_selected_id().toInt64());