Kaydet (Commit) 61fbeb12 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typos

Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d
Reviewed-on: https://gerrit.libreoffice.org/47262Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst a0e136d2
......@@ -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];
......
......@@ -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.
......
......@@ -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();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment