summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-18 00:40:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-18 10:47:52 +0100
commit19d7475077518bf54d5f1cc091d6fb0094dd7e28 (patch)
treef10b6cee3b13a70754b46d7b6793a59e7054a3ec /sw/source/core/undo
parent7ff004e8cac9b3e7296da11fc634facdadcd4d59 (diff)
Fix typos
Change-Id: I2a7877dc341e9bcbea231f5ce9edb1236f97df1c Reviewed-on: https://gerrit.libreoffice.org/63505 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/undo')
-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 7b7f7cd5115e..bced4f3fa38c 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -534,7 +534,7 @@ SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd,
}
// than create table structure partially. First a single line that contains
- // all boxes. The correct structure is than taken from SaveStruct.
+ // all boxes. The correct structure is then taken from SaveStruct.
SwTableBoxFormat* pBoxFormat = GetDoc()->MakeTableBoxFormat();
SwTableLineFormat* pLineFormat = GetDoc()->MakeTableLineFormat();
SwTableLine* pLine = new SwTableLine( pLineFormat, rSavedData.size(), nullptr );