summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 15:46:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 11:27:00 +0000
commita31378fa043c72770aa7457c4e03194de8b3bab5 (patch)
treea83ff2cfbbd09f7269efa9169c62bbbdaf5a363d /xmloff/source/style
parent9b79a4437d41a25ab61d5ab57ec3cb076af80816 (diff)
Fix typos
Change-Id: Iad27d1f87568890180c142774c238a14d022946d Reviewed-on: https://gerrit.libreoffice.org/29441 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/xmlnume.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx
index a52c40316f49..073c2e72a383 100644
--- a/xmloff/source/style/xmlnume.cxx
+++ b/xmloff/source/style/xmlnume.cxx
@@ -408,7 +408,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel,
enum XMLTokenEnum eValue = XML_TOKEN_INVALID;
switch( eImageVertOrient )
{
- case VertOrientation::BOTTOM: // yes, its OK: BOTTOM means that the baseline
+ case VertOrientation::BOTTOM: // yes, it's OK: BOTTOM means that the baseline
// hits the frame at its topmost position
case VertOrientation::LINE_TOP:
case VertOrientation::CHAR_TOP:
@@ -419,7 +419,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel,
case VertOrientation::CHAR_CENTER:
eValue = XML_MIDDLE;
break;
- case VertOrientation::TOP: // yes, its OK: TOP means that the baseline
+ case VertOrientation::TOP: // yes, it's OK: TOP means that the baseline
// hits the frame at its bottommost position
case VertOrientation::LINE_BOTTOM:
case VertOrientation::CHAR_BOTTOM: