From fb1b3f643bdb26a2d806f95ad254889270de660f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 13 Oct 2022 12:12:32 +0200 Subject: Fix typo Change-Id: Iff1adef6278239436bbaabd619ed12648d0819df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141305 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx b/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx index 6d77ece16d9d..be1a6a4c1fbe 100644 --- a/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx +++ b/writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx @@ -429,7 +429,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf149840SmartArtBackground) CPPUNIT_ASSERT_EQUAL(static_cast(3), xGroup->getCount()); // The first shape in the group, which represents the SmartArt, corresponds to the background of - // the diagram. Without fix in place it has widht and height zero, which does not only result in + // the diagram. Without fix in place it has width and height zero, which does not only result in // not visible background but in wrong sizes of the diagram shapes too. uno::Reference xBackgroundShape(xGroup->getByIndex(0), uno::UNO_QUERY); awt::Size aBackgroundSize = xBackgroundShape->getSize(); -- cgit