chart2/qa/extras/chart2import.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f933d523903a58f512a0690ade481dee2185fa60
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed May 22 08:53:55 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 22 12:06:25 2019 +0200

    Fix typo
    
    Change-Id: If99c008f40c20ba97b0abd1203b7e89378cd7095
    Reviewed-on: https://gerrit.libreoffice.org/72731
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to