writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90bf4f661840f5dd6bf2a46564f2683c5e8fbd47
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 13 12:15:37 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Oct 13 19:01:37 2022 +0200

    Fix typo
    
    Change-Id: Ie04728548d82e6eb5b0d46e65c279dcda5442bf8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141309
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx 
b/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx
index be1a6a4c1fbe..402d6fbf355e 100644
--- a/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx
+++ b/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx
@@ -433,7 +433,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf149840SmartArtBackground)
     // not visible background but in wrong sizes of the diagram shapes too.
     uno::Reference<drawing::XShape> xBackgroundShape(xGroup->getByIndex(0), 
uno::UNO_QUERY);
     awt::Size aBackgroundSize = xBackgroundShape->getSize();
-    // Toleranzes are for rounding inaccuracies.
+    // Tolerances are for rounding inaccuracies.
     // The test would have failed with Expected: 9560x5036, Actual: 2x2
     CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast<sal_Int32>(9560), 
aBackgroundSize.Width, 1);
     CPPUNIT_ASSERT_DOUBLES_EQUAL(static_cast<sal_Int32>(5036), 
aBackgroundSize.Height, 1);

Reply via email to