summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-07 12:33:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-07 15:29:14 +0100
commit37c383877d7896a2907ca8a2321481a80ea4e8a3 (patch)
treefcd62a309a1a1df94bf718ebefc35c30214ac530 /oox/source
parent7ae70706ad3a3e3aa86fbc7cbd1fcc28f0d2e1b2 (diff)
Fix typo
Change-Id: If2db5c423c10b4de1c03de1c1b98bb8f6d8a0a53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86339 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/drawingml/table/predefined-table-styles.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/source/drawingml/table/predefined-table-styles.cxx b/oox/source/drawingml/table/predefined-table-styles.cxx
index 58ec342d339b..69d944c4e5da 100644
--- a/oox/source/drawingml/table/predefined-table-styles.cxx
+++ b/oox/source/drawingml/table/predefined-table-styles.cxx
@@ -22,7 +22,7 @@ using namespace oox::drawingml::table;
* 74 style properties. And table styles were coded according
* to that map. You can see that map in
* oox/documentation/predefined-styles-map.ods. We should
- * define all of these variables to keep the code readeable
+ * define all of these variables to keep the code readable
* and change something easily when some styles change.
*/
@@ -208,7 +208,7 @@ std::unique_ptr<TableStyle> CreateTableStyle(const OUString& styleId)
std::unique_ptr<TableStyle> pTableStyle;
pTableStyle.reset(new TableStyle());
- // Text Color definations for table parts
+ // Text Color definitions for table parts
::oox::drawingml::Color wholeTblTextColor;
::oox::drawingml::Color firstRowTextColor;
@@ -220,7 +220,7 @@ std::unique_ptr<TableStyle> CreateTableStyle(const OUString& styleId)
::oox::drawingml::Color band2HTextColor;
::oox::drawingml::Color band2VTextColor;
- // Fill properties definations for table parts
+ // Fill properties definitions for table parts
oox::drawingml::FillPropertiesPtr pWholeTblFillProperties(new oox::drawingml::FillProperties);
oox::drawingml::FillPropertiesPtr pFirstRowFillProperties(new oox::drawingml::FillProperties);
@@ -233,7 +233,7 @@ std::unique_ptr<TableStyle> CreateTableStyle(const OUString& styleId)
oox::drawingml::FillPropertiesPtr pBand2VFillProperties(new oox::drawingml::FillProperties);
oox::drawingml::FillPropertiesPtr pTblBgFillProperties(new oox::drawingml::FillProperties);
- // Start table border line properties definations for table parts
+ // Start table border line properties definitions for table parts
oox::drawingml::LinePropertiesPtr pWholeTblLeftBorder(new oox::drawingml::LineProperties);
oox::drawingml::LinePropertiesPtr pWholeTblRightBorder(new oox::drawingml::LineProperties);
@@ -298,7 +298,7 @@ std::unique_ptr<TableStyle> CreateTableStyle(const OUString& styleId)
oox::drawingml::LinePropertiesPtr pBand2VInsideHBorder(new oox::drawingml::LineProperties);
oox::drawingml::LinePropertiesPtr pBand2VInsideVBorder(new oox::drawingml::LineProperties);
- // End table border line properties definations for table parts
+ // End table border line properties definitions for table parts
// Start to set fill types.