diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-12 00:47:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-12 07:23:08 +0100 |
commit | de7ebc3b545408692bf9563e8b490b7b822fe3de (patch) | |
tree | 6035fdd916091e068b0d1ee76a7c5775d3a67940 | |
parent | 5b160c734fa3f7ab0ef235e99480ce7d14e20224 (diff) |
Fix typo
Change-Id: I52608622b775c12c08497f05fffd7639f2543a34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125074
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/undo/docundo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |