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

New commits:
commit b613eeeb566adc8955248c31b94a7ed32ebba4d1
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Thu Sep 20 10:24:08 2018 +0200
Commit:     Jan-Marek Glogowski <glo...@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 <glo...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to