[Libreoffice-commits] core.git: cui/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 23 15:41:01 UTC 2019


 cui/source/customize/acccfg.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5714a9c6cdf3e48521740dadcce96bf035236835
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 23 12:11:18 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 23 17:39:45 2019 +0200

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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());


More information about the Libreoffice-commits mailing list