sw/source/core/undo/docundo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de7ebc3b545408692bf9563e8b490b7b822fe3de Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Nov 12 00:47:39 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Nov 12 07:23:08 2021 +0100 Fix typo Change-Id: I52608622b775c12c08497f05fffd7639f2543a34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125074 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx index 8a4f6450605c..1b8ae19b3a65 100644 --- a/sw/source/core/undo/docundo.cxx +++ b/sw/source/core/undo/docundo.cxx @@ -416,7 +416,7 @@ bool UndoManager::IsViewUndoActionIndependent(const SwView* pView) const const auto& rRedoInsert = *static_cast<const SwUndoInsert*>(pRedoAction); if (!rViewInsert.IsIndependent(rRedoInsert) && rRedoInsert.GetViewShellId() != nViewId) { - // Dependent redo action and owned by an other view. + // Dependent redo action and owned by another view. return false; } }