oox/qa/unit/wpc_drawing_canvas.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e562fc75dcf1582ea2201ae91e9c5ac3c99848a7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 15 12:53:17 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 15 23:48:09 2023 +0100

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

diff --git a/oox/qa/unit/wpc_drawing_canvas.cxx 
b/oox/qa/unit/wpc_drawing_canvas.cxx
index 7e1af1273d1e..a141776c9d6d 100644
--- a/oox/qa/unit/wpc_drawing_canvas.cxx
+++ b/oox/qa/unit/wpc_drawing_canvas.cxx
@@ -214,7 +214,7 @@ CPPUNIT_TEST_FIXTURE(TestWPC, WPC_tdf104671_Cloud)
     // The document has 'cloud' shape on a drawing canvas.
     loadFromURL(u"WPC_tdf104671_Cloud.docx");
 
-    // MS Office writes the 'cloud' shape without type to the VML fallback. 
Thus the VLM import uses
+    // MS Office writes the 'cloud' shape without type to the VML fallback. 
Thus the VML import uses
     // ClosedBezierShape with several closed polygons. That produces holes 
because of the even-odd
     // rule, and inner lines. The fix uses the mc:Choice alternative which 
provides the type for a
     // custom shape.

Reply via email to