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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 20 11:46:36 UTC 2018


 sw/source/uibase/docvw/edtwin2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b613eeeb566adc8955248c31b94a7ed32ebba4d1
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Thu Sep 20 10:24:08 2018 +0200
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Thu Sep 20 13:46:09 2018 +0200

    tdf#119356 add input lists to tooltip handling
    
    The SwFieldIds::Dropdown type simply wasn't ever handled.
    
    Change-Id: I0d8a11548d4347bf5e97e31fd2a4bb58acbe7b51
    Reviewed-on: https://gerrit.libreoffice.org/60797
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>

diff --git a/sw/source/uibase/docvw/edtwin2.cxx b/sw/source/uibase/docvw/edtwin2.cxx
index e9fa1aedd540..fe3f1021b4ef 100644
--- a/sw/source/uibase/docvw/edtwin2.cxx
+++ b/sw/source/uibase/docvw/edtwin2.cxx
@@ -316,6 +316,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt)
                         case SwFieldIds::Input:  // BubbleHelp, because the suggestion could be quite long
                             bBalloon = true;
                             SAL_FALLTHROUGH;
+                        case SwFieldIds::Dropdown:
                         case SwFieldIds::JumpEdit:
                             sText = pField->GetPar2();
                             break;


More information about the Libreoffice-commits mailing list