summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 18:20:19 +0100
committerJens Carl <j.carl43@gmx.de>2018-11-16 23:11:03 +0100
commit32865e69c9774d5545a3100158798b6763ff62f0 (patch)
treebb5fc4cd34691bdc65d419d6733d202624ada1db /sw/source/core/undo
parent4e12b20c0857b9e56ee5221fb6ecea98aca89864 (diff)
Fix typos
Change-Id: I63b3cdae2dfb4442d10430d9041145f892b31967 Reviewed-on: https://gerrit.libreoffice.org/63480 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sw/source/core/undo')
-rw-r--r--sw/source/core/undo/untblk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/undo/untblk.cxx b/sw/source/core/undo/untblk.cxx
index 424f1acb59d6..5a347704333e 100644
--- a/sw/source/core/undo/untblk.cxx
+++ b/sw/source/core/undo/untblk.cxx
@@ -106,9 +106,9 @@ void SwUndoInserts::SetInsertRange( const SwPaM& rPam, bool bScanFlys,
nSttNode = pTmpPos->nNode.GetIndex();
nSttContent = pTmpPos->nContent.GetIndex();
- if( !bSttIsTextNd ) // if a table selection is added ...
+ if( !bSttIsTextNd ) // if a table selection is added...
{
- ++nSttNode; // ... than the CopyPam is not fully correct
+ ++nSttNode; // ... then the CopyPam is not fully correct
bSttWasTextNd = false;
}
}