summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-15 12:53:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-15 23:48:09 +0100
commite562fc75dcf1582ea2201ae91e9c5ac3c99848a7 (patch)
tree5e897f5d0f18d03efbf6f8db9d5c95b1927d2e72 /oox
parent6e4ea6d73b2a4f3ae56169933d82596f92e88f0d (diff)
Fix typo
Change-Id: I912f5e5a035d00e7640d489b1ff1c7a3c0315b9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159442 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/wpc_drawing_canvas.cxx2
1 files changed, 1 insertions, 1 deletions
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.