summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:41:45 +0200
commit4ca566f215c8bd246351360ae7e3c943f2e9bf9a (patch)
tree45ed005a0fd59afec2411ddbf99587d01c40c7e9 /chart2
parenta375b0548428979da950e3da75db6ace0509c643 (diff)
Fix typos
Change-Id: I6bd4d8955be608efc5c11bdc22f53a119cd45557 Reviewed-on: https://gerrit.libreoffice.org/77678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/extras/PivotChartTest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/qa/extras/PivotChartTest.cxx b/chart2/qa/extras/PivotChartTest.cxx
index 549444511a45..bafec060c31e 100644
--- a/chart2/qa/extras/PivotChartTest.cxx
+++ b/chart2/qa/extras/PivotChartTest.cxx
@@ -389,7 +389,7 @@ void PivotChartTest::testChangePivotTable()
xTablePivotCharts->addNewByName("Chart", awt::Rectangle{0, 0, 9000, 9000}, sPivotTableName);
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
- // Get the pivot chart document so we ca access its data
+ // Get the pivot chart document so we can access its data
xChartDoc.set(getPivotChartDocFromSheet(xTablePivotCharts, 0));
CPPUNIT_ASSERT(xChartDoc.is());
@@ -574,7 +574,7 @@ void PivotChartTest::testPivotChartWithOneColumnField()
xTablePivotCharts->addNewByName("PivotChart", awt::Rectangle{ 9000, 9000, 21000, 18000 }, sPivotTableName);
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
- // Get the pivot chart document so we ca access its data
+ // Get the pivot chart document so we can access its data
xChartDoc.set(getPivotChartDocFromSheet(xTablePivotCharts, 0));
CPPUNIT_ASSERT(xChartDoc.is());
@@ -659,7 +659,7 @@ void PivotChartTest::testPivotChartWithOneRowField()
xTablePivotCharts->addNewByName("PivotChart", awt::Rectangle{ 9000, 9000, 21000, 18000 }, sPivotTableName);
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
- // Get the pivot chart document so we ca access its data
+ // Get the pivot chart document so we can access its data
xChartDoc.set(getPivotChartDocFromSheet(xTablePivotCharts, 0));
CPPUNIT_ASSERT(xChartDoc.is());
@@ -829,7 +829,7 @@ void PivotChartTest::testPivotChartRowFieldInOutlineMode()
xTablePivotCharts->addNewByName("PivotChart", awt::Rectangle{ 9000, 9000, 21000, 18000 }, sPivotTableName);
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
- // Get the pivot chart document so we ca access its data
+ // Get the pivot chart document so we can access its data
xChartDoc.set(getPivotChartDocFromSheet(xTablePivotCharts, 0));
CPPUNIT_ASSERT(xChartDoc.is());