diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-10 11:50:23 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-10 13:28:02 +0200 |
commit | cf22245d49df8abab904f28b1fab514bde197f2b (patch) | |
tree | f000fcf9a349f3d4e59e289ec6ebc7b7d2d9c69e /sd | |
parent | dbd49cf90b175a3c3d7a4f25ad366f9bc4c716db (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 'sd')
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |