sw/source/core/undo/untbl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1c257c862df04d69486170bbfc7a17e6367dc950 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Mar 3 10:39:53 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Mar 3 11:38:40 2023 +0000 Fix typo Change-Id: I2cc214d4e4443f199b9b8160560a392302654ff7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148165 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx index 6f40a364c26c..ba3446f3c162 100644 --- a/sw/source/core/undo/untbl.cxx +++ b/sw/source/core/undo/untbl.cxx @@ -2075,7 +2075,7 @@ SwUndoTableNumFormat::SwUndoTableNumFormat( const SwTableBox& rBox, m_pHistory.reset(new SwHistory); SwRegHistory aRHst( *rBox.GetSttNd(), m_pHistory.get() ); - // always save all text atttibutes because of possibly overlapping + // always save all text attributes because of possibly overlapping // areas of on/off m_pHistory->CopyAttr( pTNd->GetpSwpHints(), m_nNodePos, 0, pTNd->GetText().getLength(), true );