summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-22 08:53:55 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 12:06:25 +0200
commitf933d523903a58f512a0690ade481dee2185fa60 (patch)
tree9dbf2f7f8796681db0e9c79b4aca90614edf044c /chart2
parentb004b7f3c1a28ebab1823bdbe38660b6c44483b1 (diff)
Fix typo
Change-Id: If99c008f40c20ba97b0abd1203b7e89378cd7095 Reviewed-on: https://gerrit.libreoffice.org/72731 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/extras/chart2import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx
index b7eb3e31fc07..5c7255a0e632 100644
--- a/chart2/qa/extras/chart2import.cxx
+++ b/chart2/qa/extras/chart2import.cxx
@@ -1888,7 +1888,7 @@ void Chart2ImportTest::testTdf122765()
Reference<drawing::XShape> xSlice(xIndexAccess->getByIndex(0), UNO_QUERY_THROW);
// Check position of the first slice, all slices move together, so enough to check only one.
- // Wrong poisition was around 5856.
+ // Wrong position was around 5856.
awt::Point aSlicePosition = xSlice->getPosition();
CPPUNIT_ASSERT_GREATER(sal_Int32(7000), aSlicePosition.X);
}