sw/source/core/edit/edfld.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 31613f1ade01a68b170adc6f9245b777671ba62d Author: Bjoern Michaelsen <bjoern.michael...@libreoffice.org> AuthorDate: Sat Oct 30 01:38:21 2021 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Nov 3 13:20:19 2021 +0100 tdf#145326: fix breaking DDE links Change-Id: Ib80a83ed1e4c87ee6af2f8ef55309ad9779aac66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124455 Tested-by: Jenkins Tested-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> (cherry picked from commit 68cea95423818f6ae19b735e2029284c5fc9397b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124481 diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx index b6bb9055f23d..eda748efd303 100644 --- a/sw/source/core/edit/edfld.cxx +++ b/sw/source/core/edit/edfld.cxx @@ -131,7 +131,7 @@ void SwEditShell::FieldToText( SwFieldType const * pType ) Push(); SwPaM* pPaM = GetCursor(); const SwFieldHint aHint(pPaM, GetLayout()); - CallSwClientNotify(aHint); + pType->CallSwClientNotify(aHint); Pop(PopMode::DeleteCurrent); EndAllAction();