summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/docvw/edtwin2.cxx1
1 files changed, 1 insertions, 0 deletions
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;