summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-02 14:48:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-02 14:13:05 +0000
commit75b8f7693ceb2d78acc066c4ea92a9d085a9d7d6 (patch)
tree4ee987443b79660607119c340ced99015bd18e60 /oox
parentcd7f8d895abae28533ec43ed43b2d90947e92b42 (diff)
Fix typo
Change-Id: I06b51dc7435c1c534c9f9d9b67ea2c54c7f5f1c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144953 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/shape.cxx6
1 files changed, 3 insertions, 3 deletions
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.