[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 16:33:17 UTC 2019


 sw/source/uibase/misc/redlndlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fa1eba9b761ec2932a8655d0561bdf36403f490c
Author:     László Németh <nemeth at numbertext.org>
AuthorDate: Wed Jan 30 17:21:24 2019 +0100
Commit:     László Németh <nemeth at numbertext.org>
CommitDate: Wed Jan 30 17:32:50 2019 +0100

    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 at numbertext.org>
    Tested-by: László Németh <nemeth at numbertext.org>

diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 5c1b8156a864..2eaaecee0eb7 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -1132,6 +1132,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);


More information about the Libreoffice-commits mailing list