summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-03-14 11:26:52 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-03-14 12:38:42 +0100
commit01ec377c04c8dfaebdeb1002fd2d9a0e8f135b8c (patch)
treeb8150f5632221cdf3eaba4de6b4b04d117c6903b /sw
parent76bb029866a15918c1a842f81236b9caeac674ca (diff)
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/annotsh.cxx2
1 files changed, 1 insertions, 1 deletions
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();