sw/source/core/edit/edfld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68cea95423818f6ae19b735e2029284c5fc9397b
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 11:00:16 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>

diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx
index bef3f2b286fb..33089ef827bc 100644
--- a/sw/source/core/edit/edfld.cxx
+++ b/sw/source/core/edit/edfld.cxx
@@ -132,7 +132,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();

Reply via email to