oox/source/drawingml/diagram/datamodel.hxx |    4 ++--
 sc/inc/SparklineAttributes.hxx             |    2 +-
 sc/qa/unit/SparklineImportExportTest.cxx   |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 50b56ee25b119fb18480d7c9c670ec3986b725cd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Apr 4 23:04:20 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Apr 5 07:06:44 2022 +0200

    Fix typos
    
    Change-Id: Ieb57b614962b398a19d87e0a7427d897b38cf37c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132536
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/oox/source/drawingml/diagram/datamodel.hxx 
b/oox/source/drawingml/diagram/datamodel.hxx
index eef345edb630..3f410e5d9033 100644
--- a/oox/source/drawingml/diagram/datamodel.hxx
+++ b/oox/source/drawingml/diagram/datamodel.hxx
@@ -71,8 +71,8 @@ protected:
     PointShapeMap     maPointShapeMap;
 };
 
-// Oox-lcal definiitkion of DiagramData. Doing and using this onm Oox
-// allows to do much less static_cast(s) - if at all  from 
svx::diagram::DiagramData
+// Oox-local definition of DiagramData. Doing and using this on Oox
+// allows to do much less static_cast(s) - if at all from 
svx::diagram::DiagramData
 typedef std::shared_ptr< DiagramData > OoxDiagramDataPtr;
 
 }
diff --git a/sc/inc/SparklineAttributes.hxx b/sc/inc/SparklineAttributes.hxx
index e89e15bc1a1b..d1baf732ced3 100644
--- a/sc/inc/SparklineAttributes.hxx
+++ b/sc/inc/SparklineAttributes.hxx
@@ -93,7 +93,7 @@ public:
     AxisType getMaxAxisType() const;
     void setMaxAxisType(AxisType eAxisType);
 
-    /** Line weigth or width in points */
+    /** Line weight or width in points */
     double getLineWeight() const;
     void setLineWeight(double nWeight);
 
diff --git a/sc/qa/unit/SparklineImportExportTest.cxx 
b/sc/qa/unit/SparklineImportExportTest.cxx
index 7060a120c49a..f6969831ee17 100644
--- a/sc/qa/unit/SparklineImportExportTest.cxx
+++ b/sc/qa/unit/SparklineImportExportTest.cxx
@@ -187,7 +187,7 @@ void SparklineImportExportTest::testSparklinesExportODS()
     std::shared_ptr<utl::TempFile> pXPathFile = 
ScBootstrapFixture::exportTo(*xDocSh, FORMAT_ODS);
     xmlDocUniquePtr pXmlDoc = XPathHelper::parseExport(pXPathFile, 
m_xSFactory, "content.xml");
 
-    // We have 3 sparkline groups = 3 tables that contain spakrlines
+    // We have 3 sparkline groups = 3 tables that contain sparklines
     assertXPath(pXmlDoc, "//table:table/calcext:sparkline-groups", 3);
 
     // Check the number of sparkline groups in table[1]

Reply via email to