summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2019-01-30 17:21:24 +0100
committerXisco Faulí <xiscofauli@libreoffice.org>2019-01-31 16:23:01 +0100
commitca550021a557ac8b8ba771b6770f054bcc4dace5 (patch)
tree83b9d086a484c5dd01c2857263b95df8c11efcd6
parentb0583892ed754ffc7957e32e9c6cda3317a7a4b0 (diff)
tdf#122428 show new comments in Manage Changes
dialog window added by "Edit Comment..." of local menu of the listed changes. Change-Id: Ie6501d06f8ad233c44318cf8928892667534f6a2 Reviewed-on: https://gerrit.libreoffice.org/67162 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> (cherry picked from commit fa1eba9b761ec2932a8655d0561bdf36403f490c) Reviewed-on: https://gerrit.libreoffice.org/67165 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 8b2001b3f065..b95b02e9f16f 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1113,6 +1113,7 @@ IMPL_LINK_NOARG(SwRedlineAcceptDlg, CommandHdl, SvSimpleTable*, void)
// insert / change comment
pSh->SetRedlineComment(sMsg);
m_pTable->SetEntryText(sMsg.replace('\n', ' '), pEntry, 3);
+ Init();
}
SwViewShell::SetCareDialog(nullptr);