summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppagelayout.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-19 01:58:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 19:45:07 +0000
commit9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch)
tree7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /lotuswordpro/source/filter/lwppagelayout.cxx
parenttdf#39468 clean-up/translated german comments in auditsh.cxx and cellsh*.cxx (diff)
downloadcore-9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975.tar.gz
core-9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975.zip
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'lotuswordpro/source/filter/lwppagelayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppagelayout.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx
index 82c095d27651..21edb921404d 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -755,7 +755,7 @@ void LwpHeaderLayout::RegisterStyle(XFPageMaster* pm1)
XFHeaderStyle* pHeaderStyle = new XFHeaderStyle();
//Modify page top margin
- //page top maring: from top of header to the top edge
+ //page top marging: from top of header to the top edge
double top = GetMarginsValue(MARGIN_TOP);
pm1->SetMargins(-1, -1, top, -1);
@@ -920,7 +920,7 @@ void LwpFooterLayout::RegisterStyle(XFPageMaster* pm1)
XFFooterStyle* pFooterStyle = new XFFooterStyle();
//Modify page bottom margin
- //page bottom maring: from bottom of footer to the bottom edge
+ //page bottom margin: from bottom of footer to the bottom edge
double bottom = GetMarginsValue(MARGIN_BOTTOM);
pm1->SetMargins(-1, -1, -1, bottom);