diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-13 12:12:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-13 19:00:00 +0200 |
commit | fb1b3f643bdb26a2d806f95ad254889270de660f (patch) | |
tree | a260e9d25fda5508caa3ac68706cc5d7ea0cd6d0 | |
parent | 509cc1ad19194934e15366a6e9ecc0a1b9ef4592 (diff) |
Fix typo
Change-Id: Iff1adef6278239436bbaabd619ed12648d0819df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141305
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<sal_Int32>(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<drawing::XShape> xBackgroundShape(xGroup->getByIndex(0), uno::UNO_QUERY); awt::Size aBackgroundSize = xBackgroundShape->getSize(); |