summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textfld.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-19 10:54:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-07-19 16:49:39 +0200
commit9c4d1503ba0ff97cdb113653b8dfe3ce66798ad5 (patch)
tree356bb5cd08c28718370db39afb1c5d8db588f9d2 /sw/source/uibase/shells/textfld.cxx
parentfce3d0eec508c14beb2bc4ad3b7982abf6ec3c4a (diff)
Resolves: tdf#118827 SetCareWin should be SetCareDialog
Change-Id: I84c00a193e65a18b3ba82351c07be0b63e0cd5d4 Reviewed-on: https://gerrit.libreoffice.org/57719 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/shells/textfld.cxx')
-rw-r--r--sw/source/uibase/shells/textfld.cxx2
1 files changed, 1 insertions, 1 deletions
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());