From b613eeeb566adc8955248c31b94a7ed32ebba4d1 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 20 Sep 2018 10:24:08 +0200 Subject: 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 --- sw/source/uibase/docvw/edtwin2.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase') 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; -- cgit