From 9c4d1503ba0ff97cdb113653b8dfe3ce66798ad5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Jul 2018 10:54:39 +0100 Subject: Resolves: tdf#118827 SetCareWin should be SetCareDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I84c00a193e65a18b3ba82351c07be0b63e0cd5d4 Reviewed-on: https://gerrit.libreoffice.org/57719 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/uibase/shells/textfld.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/shells/textfld.cxx') diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx index a8fc344d7a56..a33b9a8b10fe 100644 --- a/sw/source/uibase/shells/textfld.cxx +++ b/sw/source/uibase/shells/textfld.cxx @@ -607,8 +607,8 @@ void SwTextShell::ExecField(SfxRequest &rReq) rSh.SetRedlineComment(sMsg); } + SwViewShell::SetCareDialog(nullptr); pDlg.disposeAndClear(); - SwViewShell::SetCareWin(nullptr); g_bNoInterrupt = false; rSh.ClearMark(); GetView().AttrChangedNotify(GetShellPtr()); -- cgit