diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-22 10:57:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-04-22 19:56:39 +0200 |
commit | af8eaeeb16991eb0b2804d7570521726f4913196 (patch) | |
tree | c49146dea4b867e15fb2e6efb136dee7ba3eae2d /sw/qa | |
parent | c799de145f7e289f31e3669646e5bd12814e6c5e (diff) |
Fix typos
Change-Id: Id06dc8750b735ecdba26ac607394c6e7dee16db2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114470
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Dante DM <dante19031999@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx index 0a71b2535587..3e60031d6d59 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx @@ -126,7 +126,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testDmlTextshapeB, "dml-textshapeB.docx") uno::Reference<drawing::XShape> xShape(xGroup->getByIndex(3), uno::UNO_QUERY); // Connector was incorrectly shifted towards the top left corner, X was 192, Y was -5743. CPPUNIT_ASSERT_EQUAL(sal_Int32(3776), xShape->getPosition().X); - // Value as of LO7.2. Whole group is still shifted 3mm to rigth and 5mm down. + // Value as of LO7.2. Whole group is still shifted 3mm to right and 5mm down. CPPUNIT_ASSERT_EQUAL(sal_Int32(-5063), xShape->getPosition().Y); xShape.set(xGroup->getByIndex(5), uno::UNO_QUERY); |