summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
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/misc
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/misc')
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 1c1d40962749..b8590f525b7d 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1125,8 +1125,8 @@ IMPL_LINK_NOARG(SwRedlineAcceptDlg, CommandHdl, SvSimpleTable*, void)
m_pTable->SetEntryText(sMsg.replace('\n', ' '), pEntry, 3);
}
- pDlg.disposeAndClear();
SwViewShell::SetCareDialog(nullptr);
+ pDlg.disposeAndClear();
}
}
else if (nRet)