canvas/source/vcl/canvashelper_texturefill.cxx | 4 ++-- sc/source/filter/inc/pagesettings.hxx | 2 +- sc/source/filter/inc/xlchart.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 61fbeb12c1d6b6ff02e3bead2e2e72f0f44a2197 Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Tue Jan 2 14:16:15 2018 +0100 Fix typos Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d Reviewed-on: https://gerrit.libreoffice.org/47262 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index c2735a5ce46d..7df0c9831c11 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -212,7 +212,7 @@ namespace vclcanvas (sal_uInt8)(basegfx::utils::lerp(rColors[nIndex].GetGreen(),rColors[nIndex+1].GetGreen(),fAlpha)), (sal_uInt8)(basegfx::utils::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlpha)) )); - // copy right egde of polygon to left edge (and also + // copy right edge of polygon to left edge (and also // copy the closing point) aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; aTempPoly[3] = aTempPoly[2]; @@ -241,7 +241,7 @@ namespace vclcanvas // diagonal to the 'right' - // copy right egde of polygon to left edge (and also + // copy right edge of polygon to left edge (and also // copy the closing point) aTempPoly[0] = aTempPoly[4] = aTempPoly[1]; aTempPoly[3] = aTempPoly[2]; diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx index 59dd1ebd0a6c..03a0c8d32e36 100644 --- a/sc/source/filter/inc/pagesettings.hxx +++ b/sc/source/filter/inc/pagesettings.hxx @@ -44,7 +44,7 @@ struct PageSettingsModel OUString maFirstFooter; /// Footer string for first page of the sheet. double mfLeftMargin; /// Margin between left edge of page and begin of sheet area. double mfRightMargin; /// Margin between end of sheet area and right edge of page. - double mfTopMargin; /// Margin between top egde of page and begin of sheet area. + double mfTopMargin; /// Margin between top edge of page and begin of sheet area. double mfBottomMargin; /// Margin between end of sheet area and bottom edge of page. double mfHeaderMargin; /// Margin between top edge of page and begin of header. double mfFooterMargin; /// Margin between end of footer and bottom edge of page. diff --git a/sc/source/filter/inc/xlchart.hxx b/sc/source/filter/inc/xlchart.hxx index f59901f88131..bdb9fbad783f 100644 --- a/sc/source/filter/inc/xlchart.hxx +++ b/sc/source/filter/inc/xlchart.hxx @@ -890,7 +890,7 @@ struct XclChMarkerFormat struct XclCh3dDataFormat { sal_uInt8 mnBase; /// Base form. - sal_uInt8 mnTop; /// Top egde mode. + sal_uInt8 mnTop; /// Top edge mode. explicit XclCh3dDataFormat(); }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits