summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-10 11:50:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-10 13:28:02 +0200
commitcf22245d49df8abab904f28b1fab514bde197f2b (patch)
treef000fcf9a349f3d4e59e289ec6ebc7b7d2d9c69e /sw/source/core
parentdbd49cf90b175a3c3d7a4f25ad366f9bc4c716db (diff)
Typo: brake(s)->break(s) (I let the right use of "brake" of course)
Change-Id: I6a15f4d09c571877db22feee688b46b872eb73dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123331 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/doc/DocumentContentOperationsManager.cxx2
-rw-r--r--sw/source/core/text/frmcrsr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index 36c7f33d1c17..f42131cc8d14 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -2163,7 +2163,7 @@ bool DocumentContentOperationsManager::DelFullPara( SwPaM& rPam )
}
}
- // Move hard page brakes to the following Node.
+ // Move hard page breaks to the following Node.
bool bSavePageBreak = false, bSavePageDesc = false;
/* #i9185# This would lead to a segmentation fault if not caught above. */
diff --git a/sw/source/core/text/frmcrsr.cxx b/sw/source/core/text/frmcrsr.cxx
index 7a3dd914e28c..f9319a54770b 100644
--- a/sw/source/core/text/frmcrsr.cxx
+++ b/sw/source/core/text/frmcrsr.cxx
@@ -1319,7 +1319,7 @@ void SwTextFrame::FillCursorPos( SwFillData& rFill ) const
nNextCol = 0;
}
else
- ++nNextCol; // Empty columns require column brakes
+ ++nNextCol; // Empty columns require column breaks
}
if( pTmp != GetUpper()->GetUpper() ) // Did we end up in another column?
{