From 75b8f7693ceb2d78acc066c4ea92a9d085a9d7d6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 2 Jan 2023 14:48:35 +0100 Subject: Fix typo Change-Id: I06b51dc7435c1c534c9f9d9b67ea2c54c7f5f1c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144953 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- oox/qa/unit/shape.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'oox') diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx index bc341faf9683..19b9f739ad60 100644 --- a/oox/qa/unit/shape.cxx +++ b/oox/qa/unit/shape.cxx @@ -326,7 +326,7 @@ CPPUNIT_TEST_FIXTURE(OoxShapeTest, testTdf54095_SmartArtThemeTextColor) CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontwork) { loadFromURL(u"tdf125885_WordArt.docx"); - // Without the patch WordArt in text document was imported as rectangular custome shape with + // Without the patch WordArt in text document was imported as rectangular custom shape with // attached frame. So there was no artistic text at all. Now it is imported as Fontwork. // This test covers some basic properties. @@ -401,7 +401,7 @@ CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontwork) CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontwork2) { loadFromURL(u"tdf125885_WordArt2.docx"); - // Without the patch WordArt in text document was imported as rectangular custome shape with + // Without the patch WordArt in text document was imported as rectangular custom shape with // attached frame. So there was no artistic text at all. Now it is imported as Fontwork. // This test covers whether theme color properties are correctly converted on import. @@ -446,7 +446,7 @@ CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontwork2) CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontwork3) { loadFromURL(u"tdf125885_WordArt3.docx"); - // Without the patch WordArt in text document was imported as rectangular custome shape with + // Without the patch WordArt in text document was imported as rectangular custom shape with // attached frame. So there was no artistic text at all. Now it is imported as Fontwork. // This test covers some aspects of import of gradient fill. -- cgit