[Libreoffice-commits] core.git: chart2/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 22 10:07:03 UTC 2019


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

New commits:
commit f933d523903a58f512a0690ade481dee2185fa60
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 22 08:53:55 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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);
 }


More information about the Libreoffice-commits mailing list