summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--canvas/source/vcl/canvashelper_texturefill.cxx4
-rw-r--r--sc/source/filter/inc/pagesettings.hxx2
-rw-r--r--sc/source/filter/inc/xlchart.hxx2
3 files changed, 4 insertions, 4 deletions
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();
};