summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-11-15 12:50:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-11-15 23:49:49 +0100
commit6527c4f75f574105f61561d629f2c8d051483d65 (patch)
tree22975f2f5e60f1eb13960deb7009df85c118ff80 /oox
parent5f72ab66b16d39db124eed5834fc715f8807da21 (diff)
Fix typo
Change-Id: Ifc1b536a003194de5271b348c363bf4bd9b9a9e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159437 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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/qa/unit/wpc_drawing_canvas.cxx b/oox/qa/unit/wpc_drawing_canvas.cxx
index a141776c9d6d..0857eb8099cf 100644
--- a/oox/qa/unit/wpc_drawing_canvas.cxx
+++ b/oox/qa/unit/wpc_drawing_canvas.cxx
@@ -132,7 +132,7 @@ CPPUNIT_TEST_FIXTURE(TestWPC, WPC_Glow)
CPPUNIT_TEST_FIXTURE(TestWPC, WPC_BentConnector)
{
- // The document has two shapes connected with a bentConnecor on a drawing canvas.
+ // The document has two shapes connected with a bentConnector on a drawing canvas.
loadFromURL(u"WPC_BentConnector.docx");
// VML has no information about the target shapes of the connector. The connector was imported as
@@ -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 VML import uses
+ // MS Office writes the 'cloud' shape without type to the VML fallback. Thus the VLM 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.