diff --git a/sw/source/core/uibase/docvw/edtwin2.cxx b/sw/source/core/uibase/docvw/edtwin2.cxx index 859d964..f76e766 100644 --- a/sw/source/core/uibase/docvw/edtwin2.cxx +++ b/sw/source/core/uibase/docvw/edtwin2.cxx @@ -289,7 +289,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt) { sal_uInt16 nOldSubType = pFld->GetSubType(); ((SwField*)pFld)->SetSubType(nsSwExtendedSubType::SUB_CMD); - sTxt = pFld->ExpandField(true); + sTxt = pFld->GetPar2(); // Return formula (stored in Par2) instead of value ((SwField*)pFld)->SetSubType(nOldSubType); } break;