summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-10-30 05:47:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-10-30 08:41:13 +0100
commit06c97416819fb4a681e45bd7660709bc500d5467 (patch)
tree1e1c199215c7b8c3fc2ba992d564f429c8986b06 /sw
parentdf79eedf6989ab4c2913a23a7e72079bd719168b (diff)
Fix typos
Change-Id: I1549c90313823f9ade2a72d858dd01354e1f4f6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158630 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docredln.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 26a3c7bc24df..029752d6500b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -856,7 +856,7 @@ void SwRedlineTable::getConnectedArea(size_type nPosOrigin, size_type& rPosStart
OUString SwRedlineTable::getTextOfArea(size_type rPosStart, size_type rPosEnd) const
{
- // Normally a SwPaM::GetText() would be enought with rPosStart-start and rPosEnd-end
+ // Normally a SwPaM::GetText() would be enough with rPosStart-start and rPosEnd-end
// But at import time some text is not present there yet
// we have to collect them 1 by 1
@@ -901,7 +901,7 @@ OUString SwRedlineTable::getTextOfArea(size_type rPosStart, size_type rPosEnd) c
bool SwRedlineTable::isMoved(size_type rPos) const
{
- // If it is already a part of a movement, then dont check it.
+ // If it is already a part of a movement, then don't check it.
if ((*this)[rPos]->GetMoved() != 0)
return false;
// First try with single redline. then try with combined redlines