summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/htmlex.cxx2
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);