summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-11-19 22:41:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-19 23:21:57 +0100
commitb336e38e0695d6c1674fe268548c96c8ec22e282 (patch)
tree23f4fec5f3e1c5ca93e0843475423369f7faeb6c
parent17fbd4c599443cd8623f7701bc171bdd42083955 (diff)
Fix typo
Change-Id: I7068288ae990c9909000e9b088c03f3608694f6a Reviewed-on: https://gerrit.libreoffice.org/83241 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-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 9d1675c0f304..b3b2fdd34403 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -1403,7 +1403,7 @@ SwUndoTableAutoFormat::SwUndoTableAutoFormat( const SwTableNode& rTableNd,
if( rAFormat.IsFont() || rAFormat.IsJustify() )
{
- // than also go over the ContentNodes of the EndBoxes and collect
+ // then also go over the ContentNodes of the EndBoxes and collect
// all paragraph attributes
pSaveTable->SaveContentAttrs( const_cast<SwDoc*>(rTableNd.GetDoc()) );
bSaveContentAttr = true;