sw/source/uibase/shells/annotsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01ec377c04c8dfaebdeb1002fd2d9a0e8f135b8c
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Mar 14 11:26:52 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Mar 14 12:38:42 2022 +0100

    sw: fix bug id in comment
    
    Change-Id: I510a48765b2ad286ddc194f6ca1a96211bcb05f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131528
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/uibase/shells/annotsh.cxx 
b/sw/source/uibase/shells/annotsh.cxx
index 481d550a0328..e99ee1eb2a24 100644
--- a/sw/source/uibase/shells/annotsh.cxx
+++ b/sw/source/uibase/shells/annotsh.cxx
@@ -1518,7 +1518,7 @@ void SwAnnotationShell::ExecUndo(SfxRequest &rReq)
     SwWrtShell &rSh = m_rView.GetWrtShell();
     SwUndoId nUndoId(SwUndoId::EMPTY);
 
-    // tdf#147929 get these before "undo" which may delete this 
SwAnnotationShell
+    // tdf#147928 get these before "undo" which may delete this 
SwAnnotationShell
     SwPostItMgr* pPostItMgr = m_rView.GetPostItMgr();
     SfxBindings& rBindings = m_rView.GetViewFrame()->GetBindings();
 

Reply via email to