sw/source/core/undo/untbl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b336e38e0695d6c1674fe268548c96c8ec22e282 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 19 22:41:34 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Nov 19 23:21:57 2019 +0100 Fix typo Change-Id: I7068288ae990c9909000e9b088c03f3608694f6a Reviewed-on: https://gerrit.libreoffice.org/83241 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
