sc/source/filter/html/htmlpars.cxx                      |    2 +-
 sd/source/filter/html/htmlex.cxx                        |    2 +-
 sw/source/core/doc/DocumentContentOperationsManager.cxx |    2 +-
 sw/source/core/text/frmcrsr.cxx                         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit cf22245d49df8abab904f28b1fab514bde197f2b
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Oct 10 11:50:23 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Oct 10 13:28:02 2021 +0200

    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 <serval2...@yahoo.fr>

diff --git a/sc/source/filter/html/htmlpars.cxx 
b/sc/source/filter/html/htmlpars.cxx
index 85cdff23a885..b6945b7dc639 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -1476,7 +1476,7 @@ void ScHTMLLayoutParser::ProcToken( HtmlImportInfo* pInfo 
)
         {
             if ( bInTitle && !aString.isEmpty() )
             {
-                // Remove blanks from line brakes
+                // Remove blanks from line breaks
                 aString = aString.trim();
                 uno::Reference<document::XDocumentPropertiesSupplier> xDPS(
                     mpDoc->GetDocumentShell()->GetModel(),
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx
index dee808cc1823..2bd1d11c5e53 100644
--- a/sd/source/filter/html/htmlex.cxx
+++ b/sd/source/filter/html/htmlex.cxx
@@ -647,7 +647,7 @@ void HtmlExport::ExportSingleDocument()
         OUString sTitleText(CreateTextForTitle(pOutliner, pPage, 
pPage->GetPageBackgroundColor()));
         OUString sStyle;
 
-        if (nSdPage != 0) // First page - no need for a page brake here
+        if (nSdPage != 0) // First page - no need for a page break here
             sStyle += "page-break-before:always; ";
         sStyle += getParagraphStyle(pOutliner, 0);
 
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?
         {

Reply via email to