summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-10-13 12:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-10-13 19:01:37 +0200
commit90bf4f661840f5dd6bf2a46564f2683c5e8fbd47 (patch)
treed46fce0fceaa95105401c09fcc57529b4659a514 /writerfilter
parentfb1b3f643bdb26a2d806f95ad254889270de660f (diff)
Fix typo
Change-Id: Ie04728548d82e6eb5b0d46e65c279dcda5442bf8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141309 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx2
1 files changed, 1 insertions, 1 deletions
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);