diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-04 23:04:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-05 07:06:44 +0200 |
commit | 50b56ee25b119fb18480d7c9c670ec3986b725cd (patch) | |
tree | ba93b43e317db3dc30cc32648d8716ebfbbddb88 /sc | |
parent | d48b472372f3d0b04338455ea8615f9af6e29169 (diff) |
Fix typos
Change-Id: Ieb57b614962b398a19d87e0a7427d897b38cf37c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132536
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/SparklineAttributes.hxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/SparklineImportExportTest.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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] |