summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-02 14:16:15 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-01-02 15:46:36 +0100
commit61fbeb12c1d6b6ff02e3bead2e2e72f0f44a2197 (patch)
treeab7f1cc40df90377140fbb345c0b2ee1397750da /sc
parenta0e136d2cbb3784ddfcbddcfed5d784c8e4c9a64 (diff)
Fix typos
Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d Reviewed-on: https://gerrit.libreoffice.org/47262 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/pagesettings.hxx2
-rw-r--r--sc/source/filter/inc/xlchart.hxx2
2 files changed, 2 insertions, 2 deletions
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();
};