diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-19 01:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 19:45:07 +0000 |
commit | 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch) | |
tree | 7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /lotuswordpro | |
parent | 1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff) |
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')
-rw-r--r-- | lotuswordpro/source/filter/lwppagelayout.cxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpprtinfo.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfcellstyle.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfparastyle.hxx | 2 |
4 files changed, 5 insertions, 5 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); diff --git a/lotuswordpro/source/filter/lwpprtinfo.cxx b/lotuswordpro/source/filter/lwpprtinfo.cxx index 31d95a09555e..ee6a6a07d015 100644 --- a/lotuswordpro/source/filter/lwpprtinfo.cxx +++ b/lotuswordpro/source/filter/lwpprtinfo.cxx @@ -78,7 +78,7 @@ void LwpPrinterInfo::Skip(LwpObjectStream *pStrm) sal_uInt32 size = pStrm->QuickReaduInt32(); pStrm->SeekRel(static_cast<sal_uInt16>(size)); - //Skip others printer infor + //Skip other printer info pStrm->SeekRel(6*sizeof(sal_uInt16)+sizeof(sal_uInt32)+sizeof(sal_uInt16)); //Skip the next five LwpAtomHolder diff --git a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx index 2f6057859d1f..efabda90465a 100644 --- a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx +++ b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx @@ -93,7 +93,7 @@ public: void SetDataStyle(const OUString& style); /** - * @descr: Set the pading of the paragraph.This is the distance + * @descr: Set the padding of the paragraph.This is the distance between the border and the top of the text. * @param: indent value of the padding. */ diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx index e90f94195187..2d248ddce818 100644 --- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx +++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx @@ -129,7 +129,7 @@ public: void SetIndent(double indent ); /** - * @descr Set the pading of the paragraph.This is the distance + * @descr Set the padding of the paragraph.This is the distance between the border and the top of the text. * @param indent value of the padding. */ |