[Libreoffice-commits] core.git: oox/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 7 14:29:54 UTC 2020
oox/source/drawingml/table/predefined-table-styles.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 37c383877d7896a2907ca8a2321481a80ea4e8a3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 12:33:11 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 15:29:14 2020 +0100
Fix typo
Change-Id: If2db5c423c10b4de1c03de1c1b98bb8f6d8a0a53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86339
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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.
More information about the Libreoffice-commits
mailing list