summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2021-10-30 01:38:21 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-11-03 13:20:19 +0100
commit31613f1ade01a68b170adc6f9245b777671ba62d (patch)
treecaf4b137452b4f501a34e2e4e8f53969b882fff6 /sw
parent84c8adb703906b0fe2c7f9a5e7174e00139a08f3 (diff)
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 <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit 68cea95423818f6ae19b735e2029284c5fc9397b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124481
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/edit/edfld.cxx2
1 files changed, 1 insertions, 1 deletions
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();