oox/qa/unit/shape.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 75b8f7693ceb2d78acc066c4ea92a9d085a9d7d6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jan 2 14:48:35 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jan 2 14:13:05 2023 +0000

    Fix typo
    
    Change-Id: I06b51dc7435c1c534c9f9d9b67ea2c54c7f5f1c6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144953
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.
 

Reply via email to