summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-03-03 10:39:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-03-03 11:38:40 +0000
commit1c257c862df04d69486170bbfc7a17e6367dc950 (patch)
tree2114fbcac8fb059bb4b9b1b1dbd4e87109d137ea
parentd1589ade91cfadf860c31ca30c97a60f95afa928 (diff)
Fix typo
Change-Id: I2cc214d4e4443f199b9b8160560a392302654ff7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148165 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/undo/untbl.cxx2
1 files changed, 1 insertions, 1 deletions
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 );